Color Hex Logo

#e03391 Color Hex

#E03391
(224,51,145)
0 Favorites   0 Comments

Color spaces of #e03391

RGB 22451145
HSL0.910.740.54
HSV327°77°88°
CMYK 0.000.770.35   0.12
XYZ37.035120.259328.7465
Yxy20.25930.43040.2355
Hunter Lab45.010368.1041-6.3592
CIE-Lab52.129171.5380-10.8394

#e03391 color RGB value is (224,51,145).

#e03391 hex color red value is 224, green value is 51 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e03391 hue: 0.91 , saturation: 0.74 and the lightness value of e03391 is 0.54.

The process color (four color CMYK) of #e03391 color hex is 0.00, 0.77, 0.35, 0.12. Web safe color of #e03391 is #cc3399. Color #e03391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110011 10010001
Octal 340 63 221
Decimal 224 51 145
Hex E0 33 91

RGB Percentages of Color #e03391

%53.33
%12.14
%34.52

CMYK Percentages of Color #e03391

%0
%77
%35
%12

Triadic Colors of #e03391

#e03391 #91e033 #3391e0

Analogous Colors of #e03391

#e03391 #e0333a #d933e0

Monochromatic Colors of #e03391

#e03391

Complementary Color

#e03391 #33e082

#e03391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03391 Color CSS Codes

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

#e03391 Text Font Color

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

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


#e03391 Background Color

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

This div background color is #e03391


#e03391 Border Color

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

This div border color is #e03391


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,51,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e03391; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e03391;
  -webkit-box-shadow: 1px 1px 3px 2px #e03391;
  box-shadow:         1px 1px 3px 2px #e03391; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,51,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03391


Comments

No comments written yet.

Please login to write comment.