Color Hex Logo

#e083ea Color Hex

#E083EA
(224,131,234)
0 Favorites   0 Comments

Color spaces of #e083ea

RGB 224131234
HSL0.820.710.72
HSV294°44°92°
CMYK 0.040.440.00   0.08
XYZ53.708138.020482.3498
Yxy38.02040.30850.2184
Hunter Lab61.660747.5721-36.0212
CIE-Lab68.035651.1456-37.3316

#e083ea color RGB value is (224,131,234).

#e083ea hex color red value is 224, green value is 131 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e083ea hue: 0.82 , saturation: 0.71 and the lightness value of e083ea is 0.72.

The process color (four color CMYK) of #e083ea color hex is 0.04, 0.44, 0.00, 0.08. Web safe color of #e083ea is #cc99ff. Color #e083ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 11101010
Octal 340 203 352
Decimal 224 131 234
Hex E0 83 EA

RGB Percentages of Color #e083ea

%38.03
%22.24
%39.73

CMYK Percentages of Color #e083ea

%4
%44
%0
%8

Triadic Colors of #e083ea

#e083ea #eae083 #83eae0

Analogous Colors of #e083ea

#e083ea #ea83c1 #ad83ea

Monochromatic Colors of #e083ea

#e083ea

Complementary Color

#e083ea #8dea83

#e083ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e083ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e083ea Color CSS Codes

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

#e083ea Text Font Color

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

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


#e083ea Background Color

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

This div background color is #e083ea


#e083ea Border Color

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

This div border color is #e083ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e083ea


Comments

No comments written yet.

Please login to write comment.