Color Hex Logo

#e083de Color Hex

#E083DE
(224,131,222)
0 Favorites   0 Comments

Color spaces of #e083de

RGB 224131222
HSL0.840.600.70
HSV301°42°88°
CMYK 0.000.420.01   0.12
XYZ52.041637.353873.5744
Yxy37.35380.31930.2292
Hunter Lab61.117845.0362-28.5917
CIE-Lab67.541648.9546-31.4661

#e083de color RGB value is (224,131,222).

#e083de hex color red value is 224, green value is 131 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e083de hue: 0.84 , saturation: 0.60 and the lightness value of e083de is 0.70.

The process color (four color CMYK) of #e083de color hex is 0.00, 0.42, 0.01, 0.12. Web safe color of #e083de is #cc99cc. Color #e083de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 11011110
Octal 340 203 336
Decimal 224 131 222
Hex E0 83 DE

RGB Percentages of Color #e083de

%38.82
%22.70
%38.47

CMYK Percentages of Color #e083de

%0
%42
%1
%12

Triadic Colors of #e083de

#e083de #dee083 #83dee0

Analogous Colors of #e083de

#e083de #e083b0 #b483e0

Monochromatic Colors of #e083de

#e083de

Complementary Color

#e083de #83e085

#e083de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e083de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e083de Color CSS Codes

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

#e083de Text Font Color

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

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


#e083de Background Color

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

This div background color is #e083de


#e083de Border Color

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

This div border color is #e083de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e083de


Comments

No comments written yet.

Please login to write comment.