Color Hex Logo

#d05996 Color Hex

#D05996
(208,89,150)
0 Favorites   0 Comments

Color spaces of #d05996

RGB 20889150
HSL0.910.560.58
HSV329°57°82°
CMYK 0.000.570.28   0.18
XYZ35.089822.756731.3972
Yxy22.75670.39320.2550
Hunter Lab47.704047.8180-5.6299
CIE-Lab54.820853.4263-10.0268

#d05996 color RGB value is (208,89,150).

#d05996 hex color red value is 208, green value is 89 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d05996 hue: 0.91 , saturation: 0.56 and the lightness value of d05996 is 0.58.

The process color (four color CMYK) of #d05996 color hex is 0.00, 0.57, 0.28, 0.18. Web safe color of #d05996 is #cc6699. Color #d05996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011001 10010110
Octal 320 131 226
Decimal 208 89 150
Hex D0 59 96

RGB Percentages of Color #d05996

%46.53
%19.91
%33.56

CMYK Percentages of Color #d05996

%0
%57
%28
%18

Triadic Colors of #d05996

#d05996 #96d059 #5996d0

Analogous Colors of #d05996

#d05996 #d0595b #cf59d0

Monochromatic Colors of #d05996

#d05996

Complementary Color

#d05996 #59d093

#d05996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05996 Color CSS Codes

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

#d05996 Text Font Color

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

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


#d05996 Background Color

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

This div background color is #d05996


#d05996 Border Color

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

This div border color is #d05996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05996


Comments

No comments written yet.

Please login to write comment.