Color Hex Logo

#da83cc Color Hex

#DA83CC
(218,131,204)
0 Favorites   0 Comments

Color spaces of #da83cc

RGB 218131204
HSL0.860.540.68
HSV310°40°85°
CMYK 0.000.400.06   0.15
XYZ47.928835.497761.4523
Yxy35.49770.33080.2450
Hunter Lab59.579939.3286-19.4473
CIE-Lab66.134343.9479-23.6700

#da83cc color RGB value is (218,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 11001100
Octal 332 203 314
Decimal 218 131 204
Hex DA 83 CC

RGB Percentages of Color #da83cc

%39.42
%23.69
%36.89

CMYK Percentages of Color #da83cc

%0
%40
%6
%15

Triadic Colors of #da83cc

#da83cc #ccda83 #83ccda

Analogous Colors of #da83cc

#da83cc #da83a1 #bd83da

Monochromatic Colors of #da83cc

#da83cc

Complementary Color

#da83cc #83da91

#da83cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da83cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da83cc Color CSS Codes

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

#da83cc Text Font Color

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

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


#da83cc Background Color

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

This div background color is #da83cc


#da83cc Border Color

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

This div border color is #da83cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,131,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da83cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da83cc


Comments

No comments written yet.

Please login to write comment.