Color Hex Logo

#e834bb Color Hex

#E834BB
(232,52,187)
0 Favorites   0 Comments

Color spaces of #e834bb

RGB 23252187
HSL0.880.800.56
HSV315°78°91°
CMYK 0.000.780.19   0.09
XYZ43.476323.199649.2002
Yxy23.19960.37520.2002
Hunter Lab48.166076.8300-26.8469
CIE-Lab55.277378.0190-30.5811

#e834bb color RGB value is (232,52,187).

#e834bb hex color red value is 232, green value is 52 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e834bb hue: 0.88 , saturation: 0.80 and the lightness value of e834bb is 0.56.

The process color (four color CMYK) of #e834bb color hex is 0.00, 0.78, 0.19, 0.09. Web safe color of #e834bb is #ff33cc. Color #e834bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110100 10111011
Octal 350 64 273
Decimal 232 52 187
Hex E8 34 BB

RGB Percentages of Color #e834bb

%49.26
%11.04
%39.70

CMYK Percentages of Color #e834bb

%0
%78
%19
%9

Triadic Colors of #e834bb

#e834bb #bbe834 #34bbe8

Analogous Colors of #e834bb

#e834bb #e83461 #bb34e8

Monochromatic Colors of #e834bb

#e834bb

Complementary Color

#e834bb #34e861

#e834bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e834bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e834bb Color CSS Codes

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

#e834bb Text Font Color

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

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


#e834bb Background Color

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

This div background color is #e834bb


#e834bb Border Color

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

This div border color is #e834bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e834bb


Comments

No comments written yet.

Please login to write comment.