Color Hex Logo

#e80fcc Color Hex

#E80FCC
(232,15,204)
0 Favorites   0 Comments

Color spaces of #e80fcc

RGB 23215204
HSL0.850.880.48
HSV308°94°91°
CMYK 0.000.940.12   0.09
XYZ44.348621.857159.0081
Yxy21.85710.35420.1746
Hunter Lab46.751687.5100-42.1075
CIE-Lab53.875186.6228-42.5857

#e80fcc color RGB value is (232,15,204).

#e80fcc hex color red value is 232, green value is 15 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e80fcc hue: 0.85 , saturation: 0.88 and the lightness value of e80fcc is 0.48.

The process color (four color CMYK) of #e80fcc color hex is 0.00, 0.94, 0.12, 0.09. Web safe color of #e80fcc is #ff00cc. Color #e80fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001111 11001100
Octal 350 17 314
Decimal 232 15 204
Hex E8 F CC

RGB Percentages of Color #e80fcc

%51.44
%3.33
%45.23

CMYK Percentages of Color #e80fcc

%0
%94
%12
%9

Triadic Colors of #e80fcc

#e80fcc #cce80f #0fcce8

Analogous Colors of #e80fcc

#e80fcc #e80f5f #980fe8

Monochromatic Colors of #e80fcc

#e80fcc

Complementary Color

#e80fcc #0fe82b

#e80fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80fcc Color CSS Codes

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

#e80fcc Text Font Color

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

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


#e80fcc Background Color

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

This div background color is #e80fcc


#e80fcc Border Color

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

This div border color is #e80fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,15,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 #e80fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80fcc


Comments

No comments written yet.

Please login to write comment.