Color Hex Logo

#e82baf Color Hex

#E82BAF
(232,43,175)
0 Favorites   0 Comments

Color spaces of #e82baf

RGB 23243175
HSL0.880.800.54
HSV318°81°91°
CMYK 0.000.810.25   0.09
XYZ41.880521.978742.5924
Yxy21.97870.39340.2065
Hunter Lab46.881477.4165-21.0487
CIE-Lab54.004478.7334-25.5723

#e82baf color RGB value is (232,43,175).

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

The process color (four color CMYK) of #e82baf color hex is 0.00, 0.81, 0.25, 0.09. Web safe color of #e82baf is #ff3399. Color #e82baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101011 10101111
Octal 350 53 257
Decimal 232 43 175
Hex E8 2B AF

RGB Percentages of Color #e82baf

%51.56
%9.56
%38.89

CMYK Percentages of Color #e82baf

%0
%81
%25
%9

Triadic Colors of #e82baf

#e82baf #afe82b #2bafe8

Analogous Colors of #e82baf

#e82baf #e82b51 #c32be8

Monochromatic Colors of #e82baf

#e82baf

Complementary Color

#e82baf #2be864

#e82baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82baf Color CSS Codes

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

#e82baf Text Font Color

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

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


#e82baf Background Color

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

This div background color is #e82baf


#e82baf Border Color

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

This div border color is #e82baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82baf


Comments

No comments written yet.

Please login to write comment.