Color Hex Logo

#e2329a Color Hex

#E2329A
(226,50,154)
0 Favorites   0 Comments

Color spaces of #e2329a

RGB 22650154
HSL0.900.750.54
HSV325°78°89°
CMYK 0.000.780.32   0.11
XYZ38.337420.783032.5628
Yxy20.78300.41820.2267
Hunter Lab45.588470.3294-10.4377
CIE-Lab52.711273.2605-15.2794

#e2329a color RGB value is (226,50,154).

#e2329a hex color red value is 226, green value is 50 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e2329a hue: 0.90 , saturation: 0.75 and the lightness value of e2329a is 0.54.

The process color (four color CMYK) of #e2329a color hex is 0.00, 0.78, 0.32, 0.11. Web safe color of #e2329a is #cc3399. Color #e2329a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110010 10011010
Octal 342 62 232
Decimal 226 50 154
Hex E2 32 9A

RGB Percentages of Color #e2329a

%52.56
%11.63
%35.81

CMYK Percentages of Color #e2329a

%0
%78
%32
%11

Triadic Colors of #e2329a

#e2329a #9ae232 #329ae2

Analogous Colors of #e2329a

#e2329a #e23242 #d232e2

Monochromatic Colors of #e2329a

#e2329a

Complementary Color

#e2329a #32e27a

#e2329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2329a Color CSS Codes

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

#e2329a Text Font Color

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

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


#e2329a Background Color

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

This div background color is #e2329a


#e2329a Border Color

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

This div border color is #e2329a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2329a


Comments

No comments written yet.

Please login to write comment.