Color Hex Logo

#e82cae Color Hex

#E82CAE
(232,44,174)
0 Favorites   0 Comments

Color spaces of #e82cae

RGB 23244174
HSL0.880.800.54
HSV319°81°91°
CMYK 0.000.810.25   0.09
XYZ41.819422.013242.0892
Yxy22.01320.39480.2078
Hunter Lab46.918276.9947-20.3449
CIE-Lab54.041078.3905-24.9309

#e82cae color RGB value is (232,44,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101100 10101110
Octal 350 54 256
Decimal 232 44 174
Hex E8 2C AE

RGB Percentages of Color #e82cae

%51.56
%9.78
%38.67

CMYK Percentages of Color #e82cae

%0
%81
%25
%9

Triadic Colors of #e82cae

#e82cae #aee82c #2caee8

Analogous Colors of #e82cae

#e82cae #e82c50 #c42ce8

Monochromatic Colors of #e82cae

#e82cae

Complementary Color

#e82cae #2ce866

#e82cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82cae Color CSS Codes

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

#e82cae Text Font Color

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

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


#e82cae Background Color

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

This div background color is #e82cae


#e82cae Border Color

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

This div border color is #e82cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82cae


Comments

No comments written yet.

Please login to write comment.