Color Hex Logo

#e03abf Color Hex

#E03ABF
(224,58,191)
0 Favorites   0 Comments

Color spaces of #e03abf

RGB 22458191
HSL0.870.730.55
HSV312°74°88°
CMYK 0.000.740.15   0.12
XYZ41.657522.635051.4636
Yxy22.63500.35990.1955
Hunter Lab47.576373.0351-30.8311
CIE-Lab54.694475.0829-33.9045

#e03abf color RGB value is (224,58,191).

#e03abf hex color red value is 224, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e03abf hue: 0.87 , saturation: 0.73 and the lightness value of e03abf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111010 10111111
Octal 340 72 277
Decimal 224 58 191
Hex E0 3A BF

RGB Percentages of Color #e03abf

%47.36
%12.26
%40.38

CMYK Percentages of Color #e03abf

%0
%74
%15
%12

Triadic Colors of #e03abf

#e03abf #bfe03a #3abfe0

Analogous Colors of #e03abf

#e03abf #e03a6c #ae3ae0

Monochromatic Colors of #e03abf

#e03abf

Complementary Color

#e03abf #3ae05b

#e03abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03abf Color CSS Codes

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

#e03abf Text Font Color

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

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


#e03abf Background Color

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

This div background color is #e03abf


#e03abf Border Color

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

This div border color is #e03abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03abf


Comments

No comments written yet.

Please login to write comment.