Color Hex Logo

#d209cb Color Hex

#D209CB
(210,9,203)
0 Favorites   0 Comments

Color spaces of #d209cb

RGB 2109203
HSL0.840.920.43
HSV302°96°82°
CMYK 0.000.960.03   0.18
XYZ37.455518.208858.0404
Yxy18.20880.32940.1601
Hunter Lab42.671882.0043-50.7736
CIE-Lab49.748483.1764-48.8043

#d209cb color RGB value is (210,9,203).

#d209cb hex color red value is 210, green value is 9 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d209cb hue: 0.84 , saturation: 0.92 and the lightness value of d209cb is 0.43.

The process color (four color CMYK) of #d209cb color hex is 0.00, 0.96, 0.03, 0.18. Web safe color of #d209cb is #cc00cc. Color #d209cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001001 11001011
Octal 322 11 313
Decimal 210 9 203
Hex D2 9 CB

RGB Percentages of Color #d209cb

%49.76
%2.13
%48.10

CMYK Percentages of Color #d209cb

%0
%96
%3
%18

Triadic Colors of #d209cb

#d209cb #cbd209 #09cbd2

Analogous Colors of #d209cb

#d209cb #d20967 #7509d2

Monochromatic Colors of #d209cb

#d209cb

Complementary Color

#d209cb #09d210

#d209cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d209cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d209cb Color CSS Codes

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

#d209cb Text Font Color

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

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


#d209cb Background Color

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

This div background color is #d209cb


#d209cb Border Color

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

This div border color is #d209cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,9,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d209cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d209cb;
  -webkit-box-shadow: 1px 1px 3px 2px #d209cb;
  box-shadow:         1px 1px 3px 2px #d209cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,9,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d209cb


Comments

No comments written yet.

Please login to write comment.