Color Hex Logo

#d0607e Color Hex

#D0607E
(208,96,126)
0 Favorites   0 Comments

Color spaces of #d0607e

RGB 20896126
HSL0.960.540.60
HSV344°54°82°
CMYK 0.000.540.39   0.18
XYZ33.961223.282022.4426
Yxy23.28200.42620.2922
Hunter Lab48.251441.19516.1992
CIE-Lab55.361647.20784.8962

#d0607e color RGB value is (208,96,126).

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

The process color (four color CMYK) of #d0607e color hex is 0.00, 0.54, 0.39, 0.18. Web safe color of #d0607e is #cc6666. Color #d0607e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 01111110
Octal 320 140 176
Decimal 208 96 126
Hex D0 60 7E

RGB Percentages of Color #d0607e

%48.37
%22.33
%29.30

CMYK Percentages of Color #d0607e

%0
%54
%39
%18

Triadic Colors of #d0607e

#d0607e #7ed060 #607ed0

Analogous Colors of #d0607e

#d0607e #d07a60 #d060b6

Monochromatic Colors of #d0607e

#d0607e

Complementary Color

#d0607e #60d0b2

#d0607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0607e Color CSS Codes

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

#d0607e Text Font Color

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

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


#d0607e Background Color

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

This div background color is #d0607e


#d0607e Border Color

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

This div border color is #d0607e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0607e


Comments

No comments written yet.

Please login to write comment.