Color Hex Logo

#de88dc Color Hex

#DE88DC
(222,136,220)
0 Favorites   0 Comments

Color spaces of #de88dc

RGB 222136220
HSL0.840.570.70
HSV301°39°87°
CMYK 0.000.390.01   0.13
XYZ51.846638.305272.3712
Yxy38.30520.31900.2357
Hunter Lab61.891241.2209-26.0057
CIE-Lab68.245045.4115-29.2915

#de88dc color RGB value is (222,136,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001000 11011100
Octal 336 210 334
Decimal 222 136 220
Hex DE 88 DC

RGB Percentages of Color #de88dc

%38.41
%23.53
%38.06

CMYK Percentages of Color #de88dc

%0
%39
%1
%13

Triadic Colors of #de88dc

#de88dc #dcde88 #88dcde

Analogous Colors of #de88dc

#de88dc #de88b1 #b588de

Monochromatic Colors of #de88dc

#de88dc

Complementary Color

#de88dc #88de8a

#de88dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de88dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de88dc Color CSS Codes

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

#de88dc Text Font Color

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

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


#de88dc Background Color

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

This div background color is #de88dc


#de88dc Border Color

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

This div border color is #de88dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de88dc


Comments

No comments written yet.

Please login to write comment.