Color Hex Logo

#e834bf Color Hex

#E834BF
(232,52,191)
0 Favorites   0 Comments

Color spaces of #e834bf

RGB 23252191
HSL0.870.800.56
HSV314°78°91°
CMYK 0.000.780.18   0.09
XYZ43.910723.373451.4874
Yxy23.37340.36970.1968
Hunter Lab48.346077.5185-29.3002
CIE-Lab55.454978.5325-32.6173

#e834bf color RGB value is (232,52,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110100 10111111
Octal 350 64 277
Decimal 232 52 191
Hex E8 34 BF

RGB Percentages of Color #e834bf

%48.84
%10.95
%40.21

CMYK Percentages of Color #e834bf

%0
%78
%18
%9

Triadic Colors of #e834bf

#e834bf #bfe834 #34bfe8

Analogous Colors of #e834bf

#e834bf #e83465 #b734e8

Monochromatic Colors of #e834bf

#e834bf

Complementary Color

#e834bf #34e85d

#e834bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e834bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e834bf Color CSS Codes

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

#e834bf Text Font Color

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

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


#e834bf Background Color

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

This div background color is #e834bf


#e834bf Border Color

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

This div border color is #e834bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,52,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e834bf


Comments

No comments written yet.

Please login to write comment.