Color Hex Logo

#de83cc Color Hex

#DE83CC
(222,131,204)
0 Favorites   0 Comments

Color spaces of #de83cc

RGB 222131204
HSL0.870.580.69
HSV312°41°87°
CMYK 0.000.410.08   0.13
XYZ49.139636.121861.5090
Yxy36.12180.33480.2461
Hunter Lab60.101440.7662-18.6076
CIE-Lab66.612945.2087-22.8957

#de83cc color RGB value is (222,131,204).

#de83cc hex color red value is 222, green value is 131 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #de83cc hue: 0.87 , saturation: 0.58 and the lightness value of de83cc is 0.69.

The process color (four color CMYK) of #de83cc color hex is 0.00, 0.41, 0.08, 0.13. Web safe color of #de83cc is #cc99cc. Color #de83cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 11001100
Octal 336 203 314
Decimal 222 131 204
Hex DE 83 CC

RGB Percentages of Color #de83cc

%39.86
%23.52
%36.62

CMYK Percentages of Color #de83cc

%0
%41
%8
%13

Triadic Colors of #de83cc

#de83cc #ccde83 #83ccde

Analogous Colors of #de83cc

#de83cc #de839f #c383de

Monochromatic Colors of #de83cc

#de83cc

Complementary Color

#de83cc #83de95

#de83cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de83cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de83cc Color CSS Codes

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

#de83cc Text Font Color

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

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


#de83cc Background Color

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

This div background color is #de83cc


#de83cc Border Color

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

This div border color is #de83cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de83cc


Comments

No comments written yet.

Please login to write comment.