Color Hex Logo

#d060cb Color Hex

#D060CB
(208,96,203)
0 Favorites   0 Comments

Color spaces of #d060cb

RGB 20896203
HSL0.840.540.60
HSV303°54°82°
CMYK 0.000.540.02   0.18
XYZ40.974826.087459.3757
Yxy26.08740.32410.2063
Hunter Lab51.075853.8162-33.1716
CIE-Lab58.119958.2314-35.6048

#d060cb color RGB value is (208,96,203).

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

The process color (four color CMYK) of #d060cb color hex is 0.00, 0.54, 0.02, 0.18. Web safe color of #d060cb is #cc66cc. Color #d060cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 11001011
Octal 320 140 313
Decimal 208 96 203
Hex D0 60 CB

RGB Percentages of Color #d060cb

%41.03
%18.93
%40.04

CMYK Percentages of Color #d060cb

%0
%54
%2
%18

Triadic Colors of #d060cb

#d060cb #cbd060 #60cbd0

Analogous Colors of #d060cb

#d060cb #d06093 #9d60d0

Monochromatic Colors of #d060cb

#d060cb

Complementary Color

#d060cb #60d065

#d060cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060cb Color CSS Codes

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

#d060cb Text Font Color

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

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


#d060cb Background Color

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

This div background color is #d060cb


#d060cb Border Color

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

This div border color is #d060cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060cb


Comments

No comments written yet.

Please login to write comment.