Color Hex Logo

#e30bbb Color Hex

#E30BBB
(227,11,187)
0 Favorites   0 Comments

Color spaces of #e30bbb

RGB 22711187
HSL0.860.910.47
HSV311°95°89°
CMYK 0.000.950.18   0.11
XYZ40.767920.158148.7559
Yxy20.15810.37170.1838
Hunter Lab44.897883.5098-32.9564
CIE-Lab52.015583.9067-35.7416

#e30bbb color RGB value is (227,11,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001011 10111011
Octal 343 13 273
Decimal 227 11 187
Hex E3 B BB

RGB Percentages of Color #e30bbb

%53.41
%2.59
%44.00

CMYK Percentages of Color #e30bbb

%0
%95
%18
%11

Triadic Colors of #e30bbb

#e30bbb #bbe30b #0bbbe3

Analogous Colors of #e30bbb

#e30bbb #e30b4f #9f0be3

Monochromatic Colors of #e30bbb

#e30bbb

Complementary Color

#e30bbb #0be333

#e30bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30bbb Color CSS Codes

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

#e30bbb Text Font Color

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

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


#e30bbb Background Color

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

This div background color is #e30bbb


#e30bbb Border Color

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

This div border color is #e30bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30bbb


Comments

No comments written yet.

Please login to write comment.