Color Hex Logo

#d06596 Color Hex

#D06596
(208,101,150)
0 Favorites   0 Comments

Color spaces of #d06596

RGB 208101150
HSL0.920.530.61
HSV333°51°82°
CMYK 0.000.510.28   0.18
XYZ36.171124.919331.7576
Yxy24.91930.38960.2684
Hunter Lab49.919241.9811-2.7756
CIE-Lab56.996747.6947-6.7789

#d06596 color RGB value is (208,101,150).

#d06596 hex color red value is 208, green value is 101 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d06596 hue: 0.92 , saturation: 0.53 and the lightness value of d06596 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100101 10010110
Octal 320 145 226
Decimal 208 101 150
Hex D0 65 96

RGB Percentages of Color #d06596

%45.32
%22.00
%32.68

CMYK Percentages of Color #d06596

%0
%51
%28
%18

Triadic Colors of #d06596

#d06596 #96d065 #6596d0

Analogous Colors of #d06596

#d06596 #d06a65 #d065cc

Monochromatic Colors of #d06596

#d06596

Complementary Color

#d06596 #65d09f

#d06596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06596 Color CSS Codes

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

#d06596 Text Font Color

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

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


#d06596 Background Color

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

This div background color is #d06596


#d06596 Border Color

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

This div border color is #d06596


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,101,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 #d06596">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06596


Comments

No comments written yet.

Please login to write comment.