Color Hex Logo

#e93abc Color Hex

#E93ABC
(233,58,188)
0 Favorites   0 Comments

Color spaces of #e93abc

RGB 23358188
HSL0.880.800.57
HSV315°75°91°
CMYK 0.000.750.19   0.09
XYZ44.194423.980649.8764
Yxy23.98060.37440.2031
Hunter Lab48.970075.3951-26.1084
CIE-Lab56.068476.7189-29.9172

#e93abc color RGB value is (233,58,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 10111100
Octal 351 72 274
Decimal 233 58 188
Hex E9 3A BC

RGB Percentages of Color #e93abc

%48.64
%12.11
%39.25

CMYK Percentages of Color #e93abc

%0
%75
%19
%9

Triadic Colors of #e93abc

#e93abc #bce93a #3abce9

Analogous Colors of #e93abc

#e93abc #e93a65 #bf3ae9

Monochromatic Colors of #e93abc

#e93abc

Complementary Color

#e93abc #3ae967

#e93abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93abc Color CSS Codes

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

#e93abc Text Font Color

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

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


#e93abc Background Color

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

This div background color is #e93abc


#e93abc Border Color

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

This div border color is #e93abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93abc


Comments

No comments written yet.

Please login to write comment.