Color Hex Logo

#e40caf Color Hex

#E40CAF
(228,12,175)
0 Favorites   0 Comments

Color spaces of #e40caf

RGB 22812175
HSL0.870.900.47
HSV315°95°89°
CMYK 0.000.950.23   0.11
XYZ39.864219.852142.2882
Yxy19.85210.39080.1946
Hunter Lab44.555781.7324-25.0837
CIE-Lab51.669682.5907-29.2488

#e40caf color RGB value is (228,12,175).

#e40caf hex color red value is 228, green value is 12 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e40caf hue: 0.87 , saturation: 0.90 and the lightness value of e40caf is 0.47.

The process color (four color CMYK) of #e40caf color hex is 0.00, 0.95, 0.23, 0.11. Web safe color of #e40caf is #cc0099. Color #e40caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001100 10101111
Octal 344 14 257
Decimal 228 12 175
Hex E4 C AF

RGB Percentages of Color #e40caf

%54.94
%2.89
%42.17

CMYK Percentages of Color #e40caf

%0
%95
%23
%11

Triadic Colors of #e40caf

#e40caf #afe40c #0cafe4

Analogous Colors of #e40caf

#e40caf #e40c43 #ad0ce4

Monochromatic Colors of #e40caf

#e40caf

Complementary Color

#e40caf #0ce441

#e40caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40caf Color CSS Codes

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

#e40caf Text Font Color

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

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


#e40caf Background Color

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

This div background color is #e40caf


#e40caf Border Color

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

This div border color is #e40caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40caf


Comments

No comments written yet.

Please login to write comment.