Color Hex Logo

#e3208a Color Hex

#E3208A
(227,32,138)
0 Favorites   0 Comments

Color spaces of #e3208a

RGB 22732138
HSL0.910.780.51
HSV327°86°89°
CMYK 0.000.860.39   0.11
XYZ36.782519.198925.8119
Yxy19.19890.44970.2347
Hunter Lab43.816573.1657-4.2556
CIE-Lab50.919175.9214-8.4021

#e3208a color RGB value is (227,32,138).

#e3208a hex color red value is 227, green value is 32 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e3208a hue: 0.91 , saturation: 0.78 and the lightness value of e3208a is 0.51.

The process color (four color CMYK) of #e3208a color hex is 0.00, 0.86, 0.39, 0.11. Web safe color of #e3208a is #cc3399. Color #e3208a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100000 10001010
Octal 343 40 212
Decimal 227 32 138
Hex E3 20 8A

RGB Percentages of Color #e3208a

%57.18
%8.06
%34.76

CMYK Percentages of Color #e3208a

%0
%86
%39
%11

Triadic Colors of #e3208a

#e3208a #8ae320 #208ae3

Analogous Colors of #e3208a

#e3208a #e32028 #db20e3

Monochromatic Colors of #e3208a

#e3208a

Complementary Color

#e3208a #20e379

#e3208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3208a Color CSS Codes

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

#e3208a Text Font Color

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

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


#e3208a Background Color

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

This div background color is #e3208a


#e3208a Border Color

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

This div border color is #e3208a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,32,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3208a


Comments

No comments written yet.

Please login to write comment.