Color Hex Logo

#e05faf Color Hex

#E05FAF
(224,95,175)
0 Favorites   0 Comments

Color spaces of #e05faf

RGB 22495175
HSL0.900.680.63
HSV323°58°88°
CMYK 0.000.580.22   0.12
XYZ42.570527.126943.5497
Yxy27.12690.37590.2395
Hunter Lab52.083554.7511-13.1170
CIE-Lab59.091658.8839-17.8890

#e05faf color RGB value is (224,95,175).

#e05faf hex color red value is 224, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e05faf hue: 0.90 , saturation: 0.68 and the lightness value of e05faf is 0.63.

The process color (four color CMYK) of #e05faf color hex is 0.00, 0.58, 0.22, 0.12. Web safe color of #e05faf is #cc6699. Color #e05faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011111 10101111
Octal 340 137 257
Decimal 224 95 175
Hex E0 5F AF

RGB Percentages of Color #e05faf

%45.34
%19.23
%35.43

CMYK Percentages of Color #e05faf

%0
%58
%22
%12

Triadic Colors of #e05faf

#e05faf #afe05f #5fafe0

Analogous Colors of #e05faf

#e05faf #e05f6f #d15fe0

Monochromatic Colors of #e05faf

#e05faf

Complementary Color

#e05faf #5fe090

#e05faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05faf Color CSS Codes

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

#e05faf Text Font Color

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

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


#e05faf Background Color

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

This div background color is #e05faf


#e05faf Border Color

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

This div border color is #e05faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05faf


Comments

No comments written yet.

Please login to write comment.