Color Hex Logo

#da42cb Color Hex

#DA42CB
(218,66,203)
0 Favorites   0 Comments

Color spaces of #da42cb

RGB 21866203
HSL0.850.670.56
HSV306°70°85°
CMYK 0.000.700.07   0.15
XYZ41.641123.113758.7666
Yxy23.11370.33710.1871
Hunter Lab48.076770.4715-38.8195
CIE-Lab55.189372.8999-40.0970

#da42cb color RGB value is (218,66,203).

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

The process color (four color CMYK) of #da42cb color hex is 0.00, 0.70, 0.07, 0.15. Web safe color of #da42cb is #cc33cc. Color #da42cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 11001011
Octal 332 102 313
Decimal 218 66 203
Hex DA 42 CB

RGB Percentages of Color #da42cb

%44.76
%13.55
%41.68

CMYK Percentages of Color #da42cb

%0
%70
%7
%15

Triadic Colors of #da42cb

#da42cb #cbda42 #42cbda

Analogous Colors of #da42cb

#da42cb #da427f #9d42da

Monochromatic Colors of #da42cb

#da42cb

Complementary Color

#da42cb #42da51

#da42cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da42cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da42cb Color CSS Codes

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

#da42cb Text Font Color

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

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


#da42cb Background Color

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

This div background color is #da42cb


#da42cb Border Color

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

This div border color is #da42cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da42cb


Comments

No comments written yet.

Please login to write comment.