Color Hex Logo

#e93aca Color Hex

#E93ACA
(233,58,202)
0 Favorites   0 Comments

Color spaces of #e93aca

RGB 23358202
HSL0.860.800.57
HSV311°75°91°
CMYK 0.000.750.13   0.09
XYZ45.778024.614058.2153
Yxy24.61400.35600.1914
Hunter Lab49.612577.8820-34.8421
CIE-Lab56.697478.5801-36.9860

#e93aca color RGB value is (233,58,202).

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

The process color (four color CMYK) of #e93aca color hex is 0.00, 0.75, 0.13, 0.09. Web safe color of #e93aca is #ff33cc. Color #e93aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 11001010
Octal 351 72 312
Decimal 233 58 202
Hex E9 3A CA

RGB Percentages of Color #e93aca

%47.26
%11.76
%40.97

CMYK Percentages of Color #e93aca

%0
%75
%13
%9

Triadic Colors of #e93aca

#e93aca #cae93a #3acae9

Analogous Colors of #e93aca

#e93aca #e93a73 #b13ae9

Monochromatic Colors of #e93aca

#e93aca

Complementary Color

#e93aca #3ae959

#e93aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93aca Color CSS Codes

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

#e93aca Text Font Color

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

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


#e93aca Background Color

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

This div background color is #e93aca


#e93aca Border Color

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

This div border color is #e93aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93aca


Comments

No comments written yet.

Please login to write comment.