Color Hex Logo

#e83bda Color Hex

#E83BDA
(232,59,218)
0 Favorites   0 Comments

Color spaces of #e83bda

RGB 23259218
HSL0.850.790.57
HSV305°75°91°
CMYK 0.000.750.06   0.09
XYZ47.497625.345768.7185
Yxy25.34570.33550.1790
Hunter Lab50.344580.3032-45.6876
CIE-Lab57.410780.3527-44.9839

#e83bda color RGB value is (232,59,218).

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

The process color (four color CMYK) of #e83bda color hex is 0.00, 0.75, 0.06, 0.09. Web safe color of #e83bda is #ff33cc. Color #e83bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111011 11011010
Octal 350 73 332
Decimal 232 59 218
Hex E8 3B DA

RGB Percentages of Color #e83bda

%45.58
%11.59
%42.83

CMYK Percentages of Color #e83bda

%0
%75
%6
%9

Triadic Colors of #e83bda

#e83bda #dae83b #3bdae8

Analogous Colors of #e83bda

#e83bda #e83b84 #a03be8

Monochromatic Colors of #e83bda

#e83bda

Complementary Color

#e83bda #3be849

#e83bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83bda Color CSS Codes

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

#e83bda Text Font Color

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

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


#e83bda Background Color

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

This div background color is #e83bda


#e83bda Border Color

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

This div border color is #e83bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83bda


Comments

No comments written yet.

Please login to write comment.