Color Hex Logo

#e323aa Color Hex

#E323AA
(227,35,170)
0 Favorites   0 Comments

Color spaces of #e323aa

RGB 22735170
HSL0.880.770.51
HSV318°85°89°
CMYK 0.000.850.25   0.11
XYZ39.535320.435239.8909
Yxy20.43520.39590.2046
Hunter Lab45.205377.0018-20.6761
CIE-Lab52.325778.7303-25.3063

#e323aa color RGB value is (227,35,170).

#e323aa hex color red value is 227, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e323aa hue: 0.88 , saturation: 0.77 and the lightness value of e323aa is 0.51.

The process color (four color CMYK) of #e323aa color hex is 0.00, 0.85, 0.25, 0.11. Web safe color of #e323aa is #cc3399. Color #e323aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100011 10101010
Octal 343 43 252
Decimal 227 35 170
Hex E3 23 AA

RGB Percentages of Color #e323aa

%52.55
%8.10
%39.35

CMYK Percentages of Color #e323aa

%0
%85
%25
%11

Triadic Colors of #e323aa

#e323aa #aae323 #23aae3

Analogous Colors of #e323aa

#e323aa #e3234a #bc23e3

Monochromatic Colors of #e323aa

#e323aa

Complementary Color

#e323aa #23e35c

#e323aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e323aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e323aa Color CSS Codes

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

#e323aa Text Font Color

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

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


#e323aa Background Color

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

This div background color is #e323aa


#e323aa Border Color

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

This div border color is #e323aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e323aa


Comments

No comments written yet.

Please login to write comment.