Color Hex Logo

#e082af Color Hex

#E082AF
(224,130,175)
0 Favorites   0 Comments

Color spaces of #e082af

RGB 224130175
HSL0.920.600.69
HSV331°42°88°
CMYK 0.000.420.22   0.12
XYZ46.461034.907744.8465
Yxy34.90770.36810.2766
Hunter Lab59.082736.9726-3.6459
CIE-Lab65.676741.8155-7.9837

#e082af color RGB value is (224,130,175).

#e082af hex color red value is 224, green value is 130 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e082af hue: 0.92 , saturation: 0.60 and the lightness value of e082af is 0.69.

The process color (four color CMYK) of #e082af color hex is 0.00, 0.42, 0.22, 0.12. Web safe color of #e082af is #cc9999. Color #e082af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 10101111
Octal 340 202 257
Decimal 224 130 175
Hex E0 82 AF

RGB Percentages of Color #e082af

%42.34
%24.57
%33.08

CMYK Percentages of Color #e082af

%0
%42
%22
%12

Triadic Colors of #e082af

#e082af #afe082 #82afe0

Analogous Colors of #e082af

#e082af #e08482 #e082de

Monochromatic Colors of #e082af

#e082af

Complementary Color

#e082af #82e0b3

#e082af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082af Color CSS Codes

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

#e082af Text Font Color

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

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


#e082af Background Color

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

This div background color is #e082af


#e082af Border Color

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

This div border color is #e082af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082af


Comments

No comments written yet.

Please login to write comment.