Color Hex Logo

#d12d7c Color Hex

#D12D7C
(209,45,124)
0 Favorites   0 Comments

Color spaces of #d12d7c

RGB 20945124
HSL0.920.650.50
HSV331°78°82°
CMYK 0.000.780.41   0.18
XYZ30.871016.887320.7013
Yxy16.88730.45090.2467
Hunter Lab41.094262.1791-1.1016
CIE-Lab48.117767.3262-4.4552

#d12d7c color RGB value is (209,45,124).

#d12d7c hex color red value is 209, green value is 45 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d12d7c hue: 0.92 , saturation: 0.65 and the lightness value of d12d7c is 0.50.

The process color (four color CMYK) of #d12d7c color hex is 0.00, 0.78, 0.41, 0.18. Web safe color of #d12d7c is #cc3366. Color #d12d7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101101 01111100
Octal 321 55 174
Decimal 209 45 124
Hex D1 2D 7C

RGB Percentages of Color #d12d7c

%55.29
%11.90
%32.80

CMYK Percentages of Color #d12d7c

%0
%78
%41
%18

Triadic Colors of #d12d7c

#d12d7c #7cd12d #2d7cd1

Analogous Colors of #d12d7c

#d12d7c #d1302d #d12dce

Monochromatic Colors of #d12d7c

#d12d7c

Complementary Color

#d12d7c #2dd182

#d12d7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12d7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12d7c Color CSS Codes

.mybgcolor {background-color:#d12d7c; } 
.myforecolor {color:#d12d7c; }
.mybordercolor {border:3px solid #d12d7c; }

#d12d7c Text Font Color

<p style="color:#d12d7c">Text here</p>

This sample text font color is #d12d7c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d12d7c Background Color

<div style="background-color:#d12d7c">
Div content here</div>

This div background color is #d12d7c


#d12d7c Border Color

<div style="border:3px solid #d12d7c">
Div here</div>

This div border color is #d12d7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,45,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d12d7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d12d7c;
  -webkit-box-shadow: 1px 1px 3px 2px #d12d7c;
  box-shadow:         1px 1px 3px 2px #d12d7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,45,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d12d7c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d12d7c;
  -webkit-box-shadow: 1px 1px 3px 2px #d12d7c;
  box-shadow:         1px 1px 3px 2px #d12d7c;">
Div content here</div>

This div box has shadow with color #d12d7c


Comments

No comments written yet.

Please login to write comment.