Color Hex Logo

#de85ef Color Hex

#DE85EF
(222,133,239)
0 Favorites   0 Comments

Color spaces of #de85ef

RGB 222133239
HSL0.810.770.73
HSV290°44°94°
CMYK 0.070.440.00   0.06
XYZ54.091738.536686.2487
Yxy38.53660.30240.2154
Hunter Lab62.077946.9002-38.9209
CIE-Lab68.414350.4955-39.5103

#de85ef color RGB value is (222,133,239).

#de85ef hex color red value is 222, green value is 133 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #de85ef hue: 0.81 , saturation: 0.77 and the lightness value of de85ef is 0.73.

The process color (four color CMYK) of #de85ef color hex is 0.07, 0.44, 0.00, 0.06. Web safe color of #de85ef is #cc99ff. Color #de85ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 11101111
Octal 336 205 357
Decimal 222 133 239
Hex DE 85 EF

RGB Percentages of Color #de85ef

%37.37
%22.39
%40.24

CMYK Percentages of Color #de85ef

%7
%44
%0
%6

Triadic Colors of #de85ef

#de85ef #efde85 #85efde

Analogous Colors of #de85ef

#de85ef #ef85cb #a985ef

Monochromatic Colors of #de85ef

#de85ef

Complementary Color

#de85ef #96ef85

#de85ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de85ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de85ef Color CSS Codes

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

#de85ef Text Font Color

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

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


#de85ef Background Color

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

This div background color is #de85ef


#de85ef Border Color

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

This div border color is #de85ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de85ef


Comments

No comments written yet.

Please login to write comment.