Color Hex Logo

#da82cb Color Hex

#DA82CB
(218,130,203)
0 Favorites   0 Comments

Color spaces of #da82cb

RGB 218130203
HSL0.860.540.68
HSV310°40°85°
CMYK 0.000.400.07   0.15
XYZ47.675635.182560.7780
Yxy35.18250.33190.2449
Hunter Lab59.314839.6723-19.2322
CIE-Lab65.890544.2969-23.4836

#da82cb color RGB value is (218,130,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 11001011
Octal 332 202 313
Decimal 218 130 203
Hex DA 82 CB

RGB Percentages of Color #da82cb

%39.56
%23.59
%36.84

CMYK Percentages of Color #da82cb

%0
%40
%7
%15

Triadic Colors of #da82cb

#da82cb #cbda82 #82cbda

Analogous Colors of #da82cb

#da82cb #da829f #bd82da

Monochromatic Colors of #da82cb

#da82cb

Complementary Color

#da82cb #82da91

#da82cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da82cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da82cb Color CSS Codes

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

#da82cb Text Font Color

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

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


#da82cb Background Color

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

This div background color is #da82cb


#da82cb Border Color

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

This div border color is #da82cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da82cb


Comments

No comments written yet.

Please login to write comment.