Color Hex Logo

#de84dc Color Hex

#DE84DC
(222,132,220)
0 Favorites   0 Comments

Color spaces of #de84dc

RGB 222132220
HSL0.840.580.69
HSV301°41°87°
CMYK 0.000.410.01   0.13
XYZ51.293737.199472.1869
Yxy37.19940.31920.2315
Hunter Lab60.991343.3837-27.4794
CIE-Lab67.426447.4825-30.5546

#de84dc color RGB value is (222,132,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 11011100
Octal 336 204 334
Decimal 222 132 220
Hex DE 84 DC

RGB Percentages of Color #de84dc

%38.68
%23.00
%38.33

CMYK Percentages of Color #de84dc

%0
%41
%1
%13

Triadic Colors of #de84dc

#de84dc #dcde84 #84dcde

Analogous Colors of #de84dc

#de84dc #de84af #b384de

Monochromatic Colors of #de84dc

#de84dc

Complementary Color

#de84dc #84de86

#de84dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de84dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de84dc Color CSS Codes

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

#de84dc Text Font Color

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

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


#de84dc Background Color

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

This div background color is #de84dc


#de84dc Border Color

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

This div border color is #de84dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de84dc


Comments

No comments written yet.

Please login to write comment.