Color Hex Logo

#e82daf Color Hex

#E82DAF
(232,45,175)
0 Favorites   0 Comments

Color spaces of #e82daf

RGB 23245175
HSL0.880.800.54
HSV318°81°91°
CMYK 0.000.810.25   0.09
XYZ41.955022.127742.6172
Yxy22.12770.39320.2074
Hunter Lab47.040176.8838-20.7873
CIE-Lab54.162278.2785-25.3286

#e82daf color RGB value is (232,45,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101101 10101111
Octal 350 55 257
Decimal 232 45 175
Hex E8 2D AF

RGB Percentages of Color #e82daf

%51.33
%9.96
%38.72

CMYK Percentages of Color #e82daf

%0
%81
%25
%9

Triadic Colors of #e82daf

#e82daf #afe82d #2dafe8

Analogous Colors of #e82daf

#e82daf #e82d52 #c42de8

Monochromatic Colors of #e82daf

#e82daf

Complementary Color

#e82daf #2de866

#e82daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82daf Color CSS Codes

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

#e82daf Text Font Color

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

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


#e82daf Background Color

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

This div background color is #e82daf


#e82daf Border Color

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

This div border color is #e82daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82daf


Comments

No comments written yet.

Please login to write comment.