Color Hex Logo

#de85df Color Hex

#DE85DF
(222,133,223)
0 Favorites   0 Comments

Color spaces of #de85df

RGB 222133223
HSL0.830.580.70
HSV299°40°87°
CMYK 0.000.400.00   0.13
XYZ51.831037.632474.3440
Yxy37.63240.31640.2297
Hunter Lab61.345343.4616-28.9116
CIE-Lab67.748847.5091-31.7187

#de85df color RGB value is (222,133,223).

#de85df hex color red value is 222, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #de85df hue: 0.83 , saturation: 0.58 and the lightness value of de85df is 0.70.

The process color (four color CMYK) of #de85df color hex is 0.00, 0.40, 0.00, 0.13. Web safe color of #de85df is #cc99cc. Color #de85df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 11011111
Octal 336 205 337
Decimal 222 133 223
Hex DE 85 DF

RGB Percentages of Color #de85df

%38.41
%23.01
%38.58

CMYK Percentages of Color #de85df

%0
%40
%0
%13

Triadic Colors of #de85df

#de85df #dfde85 #85dfde

Analogous Colors of #de85df

#de85df #df85b3 #b185df

Monochromatic Colors of #de85df

#de85df

Complementary Color

#de85df #86df85

#de85df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de85df Color Preview on White Background

Lorem ipsum dolor sit amet.

#de85df Color CSS Codes

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

#de85df Text Font Color

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

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


#de85df Background Color

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

This div background color is #de85df


#de85df Border Color

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

This div border color is #de85df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de85df


Comments

No comments written yet.

Please login to write comment.