Color Hex Logo

#e00fcc Color Hex

#E00FCC
(224,15,204)
0 Favorites   0 Comments

Color spaces of #e00fcc

RGB 22415204
HSL0.850.870.47
HSV306°93°88°
CMYK 0.000.930.09   0.12
XYZ41.810420.548658.8894
Yxy20.54860.34480.1695
Hunter Lab45.330685.3100-45.2929
CIE-Lab52.451985.2129-44.9300

#e00fcc color RGB value is (224,15,204).

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

The process color (four color CMYK) of #e00fcc color hex is 0.00, 0.93, 0.09, 0.12. Web safe color of #e00fcc is #cc00cc. Color #e00fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001111 11001100
Octal 340 17 314
Decimal 224 15 204
Hex E0 F CC

RGB Percentages of Color #e00fcc

%50.56
%3.39
%46.05

CMYK Percentages of Color #e00fcc

%0
%93
%9
%12

Triadic Colors of #e00fcc

#e00fcc #cce00f #0fcce0

Analogous Colors of #e00fcc

#e00fcc #e00f64 #8c0fe0

Monochromatic Colors of #e00fcc

#e00fcc

Complementary Color

#e00fcc #0fe023

#e00fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00fcc Color CSS Codes

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

#e00fcc Text Font Color

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

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


#e00fcc Background Color

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

This div background color is #e00fcc


#e00fcc Border Color

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

This div border color is #e00fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00fcc


Comments

No comments written yet.

Please login to write comment.