Color Hex Logo

#e03281 Color Hex

#E03281
(224,50,129)
0 Favorites   0 Comments

Color spaces of #e03281

RGB 22450129
HSL0.920.740.54
HSV333°78°88°
CMYK 0.000.780.42   0.12
XYZ35.843519.713522.6848
Yxy19.71350.45810.2520
Hunter Lab44.399966.40110.7875
CIE-Lab51.511770.2396-2.1650

#e03281 color RGB value is (224,50,129).

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

The process color (four color CMYK) of #e03281 color hex is 0.00, 0.78, 0.42, 0.12. Web safe color of #e03281 is #cc3399. Color #e03281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 10000001
Octal 340 62 201
Decimal 224 50 129
Hex E0 32 81

RGB Percentages of Color #e03281

%55.58
%12.41
%32.01

CMYK Percentages of Color #e03281

%0
%78
%42
%12

Triadic Colors of #e03281

#e03281 #81e032 #3281e0

Analogous Colors of #e03281

#e03281 #e03a32 #e032d8

Monochromatic Colors of #e03281

#e03281

Complementary Color

#e03281 #32e091

#e03281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03281 Color CSS Codes

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

#e03281 Text Font Color

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

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


#e03281 Background Color

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

This div background color is #e03281


#e03281 Border Color

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

This div border color is #e03281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03281


Comments

No comments written yet.

Please login to write comment.