Color Hex Logo

#e03fae Color Hex

#E03FAE
(224,63,174)
0 Favorites   0 Comments

Color spaces of #e03fae

RGB 22463174
HSL0.890.720.56
HSV319°72°88°
CMYK 0.000.720.22   0.12
XYZ40.158022.458342.2627
Yxy22.45830.38290.2141
Hunter Lab47.390268.3264-19.7019
CIE-Lab54.509971.2650-24.3223

#e03fae color RGB value is (224,63,174).

#e03fae hex color red value is 224, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e03fae hue: 0.89 , saturation: 0.72 and the lightness value of e03fae is 0.56.

The process color (four color CMYK) of #e03fae color hex is 0.00, 0.72, 0.22, 0.12. Web safe color of #e03fae is #cc3399. Color #e03fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111111 10101110
Octal 340 77 256
Decimal 224 63 174
Hex E0 3F AE

RGB Percentages of Color #e03fae

%48.59
%13.67
%37.74

CMYK Percentages of Color #e03fae

%0
%72
%22
%12

Triadic Colors of #e03fae

#e03fae #aee03f #3faee0

Analogous Colors of #e03fae

#e03fae #e03f5e #c23fe0

Monochromatic Colors of #e03fae

#e03fae

Complementary Color

#e03fae #3fe071

#e03fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03fae Color CSS Codes

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

#e03fae Text Font Color

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

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


#e03fae Background Color

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

This div background color is #e03fae


#e03fae Border Color

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

This div border color is #e03fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03fae


Comments

No comments written yet.

Please login to write comment.