Color Hex Logo

#e83dab Color Hex

#E83DAB
(232,61,171)
0 Favorites   0 Comments

Color spaces of #e83dab

RGB 23261171
HSL0.890.790.57
HSV321°74°91°
CMYK 0.000.740.26   0.09
XYZ42.298123.433640.8218
Yxy23.43360.39700.2199
Hunter Lab48.408371.2550-16.1124
CIE-Lab55.516273.4775-20.9102

#e83dab color RGB value is (232,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111101 10101011
Octal 350 75 253
Decimal 232 61 171
Hex E8 3D AB

RGB Percentages of Color #e83dab

%50.00
%13.15
%36.85

CMYK Percentages of Color #e83dab

%0
%74
%26
%9

Triadic Colors of #e83dab

#e83dab #abe83d #3dabe8

Analogous Colors of #e83dab

#e83dab #e83d55 #d03de8

Monochromatic Colors of #e83dab

#e83dab

Complementary Color

#e83dab #3de87a

#e83dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83dab Color CSS Codes

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

#e83dab Text Font Color

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

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


#e83dab Background Color

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

This div background color is #e83dab


#e83dab Border Color

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

This div border color is #e83dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83dab


Comments

No comments written yet.

Please login to write comment.