Color Hex Logo

#da80cb Color Hex

#DA80CB
(218,128,203)
0 Favorites   0 Comments

Color spaces of #da80cb

RGB 218128203
HSL0.860.550.68
HSV310°41°85°
CMYK 0.000.410.07   0.15
XYZ47.412134.655660.6902
Yxy34.65560.33210.2428
Hunter Lab58.869040.7401-19.9159
CIE-Lab65.479645.3346-24.1127

#da80cb color RGB value is (218,128,203).

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

The process color (four color CMYK) of #da80cb color hex is 0.00, 0.41, 0.07, 0.15. Web safe color of #da80cb is #cc99cc. Color #da80cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 11001011
Octal 332 200 313
Decimal 218 128 203
Hex DA 80 CB

RGB Percentages of Color #da80cb

%39.71
%23.32
%36.98

CMYK Percentages of Color #da80cb

%0
%41
%7
%15

Triadic Colors of #da80cb

#da80cb #cbda80 #80cbda

Analogous Colors of #da80cb

#da80cb #da809e #bc80da

Monochromatic Colors of #da80cb

#da80cb

Complementary Color

#da80cb #80da8f

#da80cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da80cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da80cb Color CSS Codes

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

#da80cb Text Font Color

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

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


#da80cb Background Color

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

This div background color is #da80cb


#da80cb Border Color

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

This div border color is #da80cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da80cb


Comments

No comments written yet.

Please login to write comment.