Color Hex Logo

#de83dc Color Hex

#DE83DC
(222,131,220)
0 Favorites   0 Comments

Color spaces of #de83dc

RGB 222131220
HSL0.840.580.69
HSV301°41°87°
CMYK 0.000.410.01   0.13
XYZ51.158836.929572.1419
Yxy36.92950.31930.2305
Hunter Lab60.769643.9230-27.8466
CIE-Lab67.224147.9971-30.8671

#de83dc color RGB value is (222,131,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 11011100
Octal 336 203 334
Decimal 222 131 220
Hex DE 83 DC

RGB Percentages of Color #de83dc

%38.74
%22.86
%38.39

CMYK Percentages of Color #de83dc

%0
%41
%1
%13

Triadic Colors of #de83dc

#de83dc #dcde83 #83dcde

Analogous Colors of #de83dc

#de83dc #de83af #b383de

Monochromatic Colors of #de83dc

#de83dc

Complementary Color

#de83dc #83de85

#de83dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de83dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de83dc Color CSS Codes

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

#de83dc Text Font Color

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

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


#de83dc Background Color

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

This div background color is #de83dc


#de83dc Border Color

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

This div border color is #de83dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de83dc


Comments

No comments written yet.

Please login to write comment.