Color Hex Logo

#e40fcc Color Hex

#E40FCC
(228,15,204)
0 Favorites   0 Comments

Color spaces of #e40fcc

RGB 22815204
HSL0.850.880.48
HSV307°93°89°
CMYK 0.000.930.11   0.11
XYZ43.064821.195358.9481
Yxy21.19530.34950.1720
Hunter Lab46.038486.4038-43.6888
CIE-Lab53.162685.9150-43.7588

#e40fcc color RGB value is (228,15,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001111 11001100
Octal 344 17 314
Decimal 228 15 204
Hex E4 F CC

RGB Percentages of Color #e40fcc

%51.01
%3.36
%45.64

CMYK Percentages of Color #e40fcc

%0
%93
%11
%11

Triadic Colors of #e40fcc

#e40fcc #cce40f #0fcce4

Analogous Colors of #e40fcc

#e40fcc #e40f61 #920fe4

Monochromatic Colors of #e40fcc

#e40fcc

Complementary Color

#e40fcc #0fe427

#e40fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40fcc Color CSS Codes

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

#e40fcc Text Font Color

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

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


#e40fcc Background Color

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

This div background color is #e40fcc


#e40fcc Border Color

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

This div border color is #e40fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40fcc


Comments

No comments written yet.

Please login to write comment.