Color Hex Logo

#d209bf Color Hex

#D209BF
(210,9,191)
0 Favorites   0 Comments

Color spaces of #d209bf

RGB 2109191
HSL0.850.920.43
HSV306°96°82°
CMYK 0.000.960.09   0.18
XYZ36.080017.658650.7970
Yxy17.65860.34510.1689
Hunter Lab42.022179.7205-42.2552
CIE-Lab49.079481.5167-42.9100

#d209bf color RGB value is (210,9,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001001 10111111
Octal 322 11 277
Decimal 210 9 191
Hex D2 9 BF

RGB Percentages of Color #d209bf

%51.22
%2.20
%46.59

CMYK Percentages of Color #d209bf

%0
%96
%9
%18

Triadic Colors of #d209bf

#d209bf #bfd209 #09bfd2

Analogous Colors of #d209bf

#d209bf #d2095b #8109d2

Monochromatic Colors of #d209bf

#d209bf

Complementary Color

#d209bf #09d21c

#d209bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d209bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d209bf Color CSS Codes

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

#d209bf Text Font Color

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

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


#d209bf Background Color

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

This div background color is #d209bf


#d209bf Border Color

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

This div border color is #d209bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d209bf


Comments

No comments written yet.

Please login to write comment.