Color Hex Logo

#e40bcc Color Hex

#E40BCC
(228,11,204)
0 Favorites   0 Comments

Color spaces of #e40bcc

RGB 22811204
HSL0.850.910.47
HSV307°95°89°
CMYK 0.000.950.11   0.11
XYZ43.013721.093058.9310
Yxy21.09300.34960.1714
Hunter Lab45.927186.8043-43.9285
CIE-Lab53.051186.2435-43.9352

#e40bcc color RGB value is (228,11,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001011 11001100
Octal 344 13 314
Decimal 228 11 204
Hex E4 B CC

RGB Percentages of Color #e40bcc

%51.47
%2.48
%46.05

CMYK Percentages of Color #e40bcc

%0
%95
%11
%11

Triadic Colors of #e40bcc

#e40bcc #cce40b #0bcce4

Analogous Colors of #e40bcc

#e40bcc #e40b5f #900be4

Monochromatic Colors of #e40bcc

#e40bcc

Complementary Color

#e40bcc #0be423

#e40bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40bcc Color CSS Codes

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

#e40bcc Text Font Color

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

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


#e40bcc Background Color

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

This div background color is #e40bcc


#e40bcc Border Color

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

This div border color is #e40bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40bcc


Comments

No comments written yet.

Please login to write comment.