Color Hex Logo

#d12855 Color Hex

#D12855
(209,40,85)
0 Favorites   0 Comments

Color spaces of #d12855

RGB 2094085
HSL0.960.680.49
HSV344°81°82°
CMYK 0.000.810.59   0.18
XYZ28.693015.728810.1180
Yxy15.72880.52610.2884
Hunter Lab39.659659.737512.6355
CIE-Lab46.616765.515717.3709

#d12855 color RGB value is (209,40,85).

#d12855 hex color red value is 209, green value is 40 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d12855 hue: 0.96 , saturation: 0.68 and the lightness value of d12855 is 0.49.

The process color (four color CMYK) of #d12855 color hex is 0.00, 0.81, 0.59, 0.18. Web safe color of #d12855 is #cc3366. Color #d12855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101000 01010101
Octal 321 50 125
Decimal 209 40 85
Hex D1 28 55

RGB Percentages of Color #d12855

%62.57
%11.98
%25.45

CMYK Percentages of Color #d12855

%0
%81
%59
%18

Triadic Colors of #d12855

#d12855 #55d128 #2855d1

Analogous Colors of #d12855

#d12855 #d15028 #d128aa

Monochromatic Colors of #d12855

#d12855

Complementary Color

#d12855 #28d1a4

#d12855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12855 Color CSS Codes

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

#d12855 Text Font Color

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

This sample text font color is #d12855
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.


#d12855 Background Color

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

This div background color is #d12855


#d12855 Border Color

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

This div border color is #d12855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12855


Comments

No comments written yet.

Please login to write comment.