Color Hex Logo

#e05fcc Color Hex

#E05FCC
(224,95,204)
0 Favorites   0 Comments

Color spaces of #e05fcc

RGB 22495204
HSL0.860.680.63
HSV309°58°88°
CMYK 0.000.580.09   0.12
XYZ45.731828.391360.1965
Yxy28.39130.34050.2114
Hunter Lab53.283559.9557-29.6839
CIE-Lab60.240663.1756-32.6979

#e05fcc color RGB value is (224,95,204).

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

The process color (four color CMYK) of #e05fcc color hex is 0.00, 0.58, 0.09, 0.12. Web safe color of #e05fcc is #cc66cc. Color #e05fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011111 11001100
Octal 340 137 314
Decimal 224 95 204
Hex E0 5F CC

RGB Percentages of Color #e05fcc

%42.83
%18.16
%39.01

CMYK Percentages of Color #e05fcc

%0
%58
%9
%12

Triadic Colors of #e05fcc

#e05fcc #cce05f #5fcce0

Analogous Colors of #e05fcc

#e05fcc #e05f8c #b45fe0

Monochromatic Colors of #e05fcc

#e05fcc

Complementary Color

#e05fcc #5fe073

#e05fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05fcc Color CSS Codes

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

#e05fcc Text Font Color

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

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


#e05fcc Background Color

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

This div background color is #e05fcc


#e05fcc Border Color

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

This div border color is #e05fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05fcc


Comments

No comments written yet.

Please login to write comment.