color codes Logo

#e40bbb color codes

#E40BBB
(228,11,187)
0 Favorites   0 Comments

Color spaces of #e40bbb

RGB 22811187
HSL0.860.910.47
HSV311°95°89°
CMYK 0.000.950.18   0.11
XYZ41.084220.321248.7707
Yxy20.32120.37290.1844
Hunter Lab45.079083.7933-32.5901
CIE-Lab52.198484.0908-35.4417

#e40bbb color RGB value is (228,11,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001011 10111011
Octal 344 13 273
Decimal 228 11 187
Hex E4 B BB

RGB Percentages of Color #e40bbb

%53.52
%2.58
%43.90

CMYK Percentages of Color #e40bbb

%0
%95
%18
%11

Triadic Colors of #e40bbb

#e40bbb #bbe40b #0bbbe4

Analogous Colors of #e40bbb

#e40bbb #e40b4f #a10be4

Monochromatic Colors of #e40bbb

#e40bbb

Complementary Color

#e40bbb #0be434

#e40bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40bbb Color CSS Codes

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

#e40bbb Text Font Color

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

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


#e40bbb Background Color

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

This div background color is #e40bbb


#e40bbb Border Color

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

This div border color is #e40bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,11,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e40bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40bbb


Comments

No comments written yet.

Please login to write comment.