Color Hex Logo

#de8adc Color Hex

#DE8ADC
(222,138,220)
0 Favorites   0 Comments

Color spaces of #de8adc

RGB 222138220
HSL0.840.560.71
HSV301°38°87°
CMYK 0.000.380.01   0.13
XYZ52.130938.873972.4659
Yxy38.87390.31890.2378
Hunter Lab62.348940.1359-25.2664
CIE-Lab68.659844.3686-28.6523

#de8adc color RGB value is (222,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001010 11011100
Octal 336 212 334
Decimal 222 138 220
Hex DE 8A DC

RGB Percentages of Color #de8adc

%38.28
%23.79
%37.93

CMYK Percentages of Color #de8adc

%0
%38
%1
%13

Triadic Colors of #de8adc

#de8adc #dcde8a #8adcde

Analogous Colors of #de8adc

#de8adc #de8ab2 #b68ade

Monochromatic Colors of #de8adc

#de8adc

Complementary Color

#de8adc #8ade8c

#de8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8adc Color CSS Codes

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

#de8adc Text Font Color

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

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


#de8adc Background Color

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

This div background color is #de8adc


#de8adc Border Color

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

This div border color is #de8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8adc


Comments

No comments written yet.

Please login to write comment.