Color Hex Logo

#de83ee Color Hex

#DE83EE
(222,131,238)
0 Favorites   0 Comments

Color spaces of #de83ee

RGB 222131238
HSL0.810.760.72
HSV291°45°93°
CMYK 0.070.450.00   0.07
XYZ53.673137.935285.3823
Yxy37.93520.30330.2143
Hunter Lab61.591647.7661-39.0776
CIE-Lab67.972851.3266-39.6497

#de83ee color RGB value is (222,131,238).

#de83ee hex color red value is 222, green value is 131 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #de83ee hue: 0.81 , saturation: 0.76 and the lightness value of de83ee is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 11101110
Octal 336 203 356
Decimal 222 131 238
Hex DE 83 EE

RGB Percentages of Color #de83ee

%37.56
%22.17
%40.27

CMYK Percentages of Color #de83ee

%7
%45
%0
%7

Triadic Colors of #de83ee

#de83ee #eede83 #83eede

Analogous Colors of #de83ee

#de83ee #ee83c9 #a983ee

Monochromatic Colors of #de83ee

#de83ee

Complementary Color

#de83ee #93ee83

#de83ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de83ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#de83ee Color CSS Codes

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

#de83ee Text Font Color

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

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


#de83ee Background Color

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

This div background color is #de83ee


#de83ee Border Color

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

This div border color is #de83ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de83ee


Comments

No comments written yet.

Please login to write comment.