Color Hex Logo

#d0609f Color Hex

#D0609F
(208,96,159)
0 Favorites   0 Comments

Color spaces of #d0609f

RGB 20896159
HSL0.910.540.60
HSV326°54°82°
CMYK 0.000.540.24   0.18
XYZ36.453324.278835.5659
Yxy24.27880.37850.2521
Hunter Lab49.273545.8283-8.3044
CIE-Lab56.365951.3537-12.9695

#d0609f color RGB value is (208,96,159).

#d0609f hex color red value is 208, green value is 96 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d0609f hue: 0.91 , saturation: 0.54 and the lightness value of d0609f is 0.60.

The process color (four color CMYK) of #d0609f color hex is 0.00, 0.54, 0.24, 0.18. Web safe color of #d0609f is #cc6699. Color #d0609f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 10011111
Octal 320 140 237
Decimal 208 96 159
Hex D0 60 9F

RGB Percentages of Color #d0609f

%44.92
%20.73
%34.34

CMYK Percentages of Color #d0609f

%0
%54
%24
%18

Triadic Colors of #d0609f

#d0609f #9fd060 #609fd0

Analogous Colors of #d0609f

#d0609f #d06067 #c960d0

Monochromatic Colors of #d0609f

#d0609f

Complementary Color

#d0609f #60d091

#d0609f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0609f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0609f Color CSS Codes

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

#d0609f Text Font Color

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

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


#d0609f Background Color

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

This div background color is #d0609f


#d0609f Border Color

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

This div border color is #d0609f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,96,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0609f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0609f;
  -webkit-box-shadow: 1px 1px 3px 2px #d0609f;
  box-shadow:         1px 1px 3px 2px #d0609f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,96,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0609f


Comments

No comments written yet.

Please login to write comment.