Color Hex Logo

#e34bbb Color Hex

#E34BBB
(227,75,187)
0 Favorites   0 Comments

Color spaces of #e34bbb

RGB 22775187
HSL0.880.730.59
HSV316°67°89°
CMYK 0.000.670.18   0.11
XYZ43.164324.950949.5547
Yxy24.95090.36680.2120
Hunter Lab49.950966.8341-23.8541
CIE-Lab57.027569.5512-27.9313

#e34bbb color RGB value is (227,75,187).

#e34bbb hex color red value is 227, green value is 75 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e34bbb hue: 0.88 , saturation: 0.73 and the lightness value of e34bbb is 0.59.

The process color (four color CMYK) of #e34bbb color hex is 0.00, 0.67, 0.18, 0.11. Web safe color of #e34bbb is #cc33cc. Color #e34bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001011 10111011
Octal 343 113 273
Decimal 227 75 187
Hex E3 4B BB

RGB Percentages of Color #e34bbb

%46.42
%15.34
%38.24

CMYK Percentages of Color #e34bbb

%0
%67
%18
%11

Triadic Colors of #e34bbb

#e34bbb #bbe34b #4bbbe3

Analogous Colors of #e34bbb

#e34bbb #e34b6f #bf4be3

Monochromatic Colors of #e34bbb

#e34bbb

Complementary Color

#e34bbb #4be373

#e34bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34bbb Color CSS Codes

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

#e34bbb Text Font Color

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

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


#e34bbb Background Color

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

This div background color is #e34bbb


#e34bbb Border Color

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

This div border color is #e34bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34bbb


Comments

No comments written yet.

Please login to write comment.