Color Hex Logo

#e83dae Color Hex

#E83DAE
(232,61,174)
0 Favorites   0 Comments

Color spaces of #e83dae

RGB 23261174
HSL0.890.790.57
HSV320°74°91°
CMYK 0.000.740.25   0.09
XYZ42.587423.549342.3453
Yxy23.54930.39260.2171
Hunter Lab48.527671.7266-17.7672
CIE-Lab55.633773.8393-22.4798

#e83dae color RGB value is (232,61,174).

#e83dae hex color red value is 232, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e83dae hue: 0.89 , saturation: 0.79 and the lightness value of e83dae is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111101 10101110
Octal 350 75 256
Decimal 232 61 174
Hex E8 3D AE

RGB Percentages of Color #e83dae

%49.68
%13.06
%37.26

CMYK Percentages of Color #e83dae

%0
%74
%25
%9

Triadic Colors of #e83dae

#e83dae #aee83d #3daee8

Analogous Colors of #e83dae

#e83dae #e83d59 #cd3de8

Monochromatic Colors of #e83dae

#e83dae

Complementary Color

#e83dae #3de877

#e83dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83dae Color CSS Codes

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

#e83dae Text Font Color

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

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


#e83dae Background Color

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

This div background color is #e83dae


#e83dae Border Color

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

This div border color is #e83dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83dae


Comments

No comments written yet.

Please login to write comment.