Color Hex Logo

#da40cb Color Hex

#DA40CB
(218,64,203)
0 Favorites   0 Comments

Color spaces of #da40cb

RGB 21864203
HSL0.850.680.55
HSV306°71°85°
CMYK 0.000.710.07   0.15
XYZ41.526322.884058.7283
Yxy22.88400.33720.1858
Hunter Lab47.837271.2363-39.3025
CIE-Lab54.952773.5704-40.4696

#da40cb color RGB value is (218,64,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 11001011
Octal 332 100 313
Decimal 218 64 203
Hex DA 40 CB

RGB Percentages of Color #da40cb

%44.95
%13.20
%41.86

CMYK Percentages of Color #da40cb

%0
%71
%7
%15

Triadic Colors of #da40cb

#da40cb #cbda40 #40cbda

Analogous Colors of #da40cb

#da40cb #da407e #9c40da

Monochromatic Colors of #da40cb

#da40cb

Complementary Color

#da40cb #40da4f

#da40cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da40cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da40cb Color CSS Codes

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

#da40cb Text Font Color

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

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


#da40cb Background Color

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

This div background color is #da40cb


#da40cb Border Color

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

This div border color is #da40cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da40cb


Comments

No comments written yet.

Please login to write comment.