Color Hex Logo

#d0608e Color Hex

#D0608E
(208,96,142)
0 Favorites   0 Comments

Color spaces of #d0608e

RGB 20896142
HSL0.930.540.60
HSV335°54°82°
CMYK 0.000.540.32   0.18
XYZ35.077823.728628.3225
Yxy23.72860.40260.2723
Hunter Lab48.712043.2929-0.3744
CIE-Lab55.815049.1001-3.8505

#d0608e color RGB value is (208,96,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 10001110
Octal 320 140 216
Decimal 208 96 142
Hex D0 60 8E

RGB Percentages of Color #d0608e

%46.64
%21.52
%31.84

CMYK Percentages of Color #d0608e

%0
%54
%32
%18

Triadic Colors of #d0608e

#d0608e #8ed060 #608ed0

Analogous Colors of #d0608e

#d0608e #d06a60 #d060c6

Monochromatic Colors of #d0608e

#d0608e

Complementary Color

#d0608e #60d0a2

#d0608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0608e Color CSS Codes

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

#d0608e Text Font Color

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

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


#d0608e Background Color

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

This div background color is #d0608e


#d0608e Border Color

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

This div border color is #d0608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0608e


Comments

No comments written yet.

Please login to write comment.