Color Hex Logo

#da60cb Color Hex

#DA60CB
(218,96,203)
0 Favorites   0 Comments

Color spaces of #da60cb

RGB 21896203
HSL0.850.620.62
HSV307°56°85°
CMYK 0.000.560.07   0.15
XYZ43.875827.583059.5114
Yxy27.58300.33500.2106
Hunter Lab52.519557.2131-30.4196
CIE-Lab59.510160.9506-33.3323

#da60cb color RGB value is (218,96,203).

#da60cb hex color red value is 218, green value is 96 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #da60cb hue: 0.85 , saturation: 0.62 and the lightness value of da60cb is 0.62.

The process color (four color CMYK) of #da60cb color hex is 0.00, 0.56, 0.07, 0.15. Web safe color of #da60cb is #cc66cc. Color #da60cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 11001011
Octal 332 140 313
Decimal 218 96 203
Hex DA 60 CB

RGB Percentages of Color #da60cb

%42.17
%18.57
%39.26

CMYK Percentages of Color #da60cb

%0
%56
%7
%15

Triadic Colors of #da60cb

#da60cb #cbda60 #60cbda

Analogous Colors of #da60cb

#da60cb #da608e #ac60da

Monochromatic Colors of #da60cb

#da60cb

Complementary Color

#da60cb #60da6f

#da60cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da60cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da60cb Color CSS Codes

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

#da60cb Text Font Color

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

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


#da60cb Background Color

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

This div background color is #da60cb


#da60cb Border Color

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

This div border color is #da60cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da60cb


Comments

No comments written yet.

Please login to write comment.