Color Hex Logo

#e3509a Color Hex

#E3509A
(227,80,154)
0 Favorites   0 Comments

Color spaces of #e3509a

RGB 22780154
HSL0.920.720.60
HSV330°65°89°
CMYK 0.000.650.32   0.11
XYZ40.379924.401333.1535
Yxy24.40130.41230.2492
Hunter Lab49.397759.4681-5.2144
CIE-Lab56.487463.4313-9.5726

#e3509a color RGB value is (227,80,154).

#e3509a hex color red value is 227, green value is 80 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e3509a hue: 0.92 , saturation: 0.72 and the lightness value of e3509a is 0.60.

The process color (four color CMYK) of #e3509a color hex is 0.00, 0.65, 0.32, 0.11. Web safe color of #e3509a is #cc6699. Color #e3509a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 10011010
Octal 343 120 232
Decimal 227 80 154
Hex E3 50 9A

RGB Percentages of Color #e3509a

%49.24
%17.35
%33.41

CMYK Percentages of Color #e3509a

%0
%65
%32
%11

Triadic Colors of #e3509a

#e3509a #9ae350 #509ae3

Analogous Colors of #e3509a

#e3509a #e35050 #e350e3

Monochromatic Colors of #e3509a

#e3509a

Complementary Color

#e3509a #50e399

#e3509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3509a Color CSS Codes

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

#e3509a Text Font Color

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

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


#e3509a Background Color

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

This div background color is #e3509a


#e3509a Border Color

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

This div border color is #e3509a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3509a


Comments

No comments written yet.

Please login to write comment.