Color Hex Logo

#e083db Color Hex

#E083DB
(224,131,219)
0 Favorites   0 Comments

Color spaces of #e083db

RGB 224131219
HSL0.840.600.70
HSV303°42°88°
CMYK 0.000.420.02   0.12
XYZ51.643037.194471.4752
Yxy37.19440.32210.2320
Hunter Lab60.987244.4233-26.7951
CIE-Lab67.422648.4205-29.9860

#e083db color RGB value is (224,131,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 11011011
Octal 340 203 333
Decimal 224 131 219
Hex E0 83 DB

RGB Percentages of Color #e083db

%39.02
%22.82
%38.15

CMYK Percentages of Color #e083db

%0
%42
%2
%12

Triadic Colors of #e083db

#e083db #dbe083 #83dbe0

Analogous Colors of #e083db

#e083db #e083ad #b783e0

Monochromatic Colors of #e083db

#e083db

Complementary Color

#e083db #83e088

#e083db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e083db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e083db Color CSS Codes

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

#e083db Text Font Color

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

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


#e083db Background Color

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

This div background color is #e083db


#e083db Border Color

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

This div border color is #e083db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e083db


Comments

No comments written yet.

Please login to write comment.