Color Hex Logo

#e33aca Color Hex

#E33ACA
(227,58,202)
0 Favorites   0 Comments

Color spaces of #e33aca

RGB 22758202
HSL0.860.750.56
HSV309°74°89°
CMYK 0.000.740.11   0.11
XYZ43.852323.621358.1252
Yxy23.62130.34910.1881
Hunter Lab48.601776.0036-36.8866
CIE-Lab55.706677.2760-38.6105

#e33aca color RGB value is (227,58,202).

#e33aca hex color red value is 227, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e33aca hue: 0.86 , saturation: 0.75 and the lightness value of e33aca is 0.56.

The process color (four color CMYK) of #e33aca color hex is 0.00, 0.74, 0.11, 0.11. Web safe color of #e33aca is #cc33cc. Color #e33aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111010 11001010
Octal 343 72 312
Decimal 227 58 202
Hex E3 3A CA

RGB Percentages of Color #e33aca

%46.61
%11.91
%41.48

CMYK Percentages of Color #e33aca

%0
%74
%11
%11

Triadic Colors of #e33aca

#e33aca #cae33a #3acae3

Analogous Colors of #e33aca

#e33aca #e33a76 #a83ae3

Monochromatic Colors of #e33aca

#e33aca

Complementary Color

#e33aca #3ae353

#e33aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33aca Color CSS Codes

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

#e33aca Text Font Color

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

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


#e33aca Background Color

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

This div background color is #e33aca


#e33aca Border Color

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

This div border color is #e33aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33aca


Comments

No comments written yet.

Please login to write comment.