Color Hex Logo

#e382af Color Hex

#E382AF
(227,130,175)
0 Favorites   0 Comments

Color spaces of #e382af

RGB 227130175
HSL0.920.630.70
HSV332°43°89°
CMYK 0.000.430.23   0.11
XYZ47.399035.391344.8904
Yxy35.39130.37120.2772
Hunter Lab59.490638.1110-3.0956
CIE-Lab66.052242.8302-7.3849

#e382af color RGB value is (227,130,175).

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

The process color (four color CMYK) of #e382af color hex is 0.00, 0.43, 0.23, 0.11. Web safe color of #e382af is #cc9999. Color #e382af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000010 10101111
Octal 343 202 257
Decimal 227 130 175
Hex E3 82 AF

RGB Percentages of Color #e382af

%42.67
%24.44
%32.89

CMYK Percentages of Color #e382af

%0
%43
%23
%11

Triadic Colors of #e382af

#e382af #afe382 #82afe3

Analogous Colors of #e382af

#e382af #e38682 #e382e0

Monochromatic Colors of #e382af

#e382af

Complementary Color

#e382af #82e3b6

#e382af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e382af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e382af Color CSS Codes

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

#e382af Text Font Color

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

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


#e382af Background Color

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

This div background color is #e382af


#e382af Border Color

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

This div border color is #e382af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,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 #e382af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e382af


Comments

No comments written yet.

Please login to write comment.