Color Hex Logo

#e83bde Color Hex

#E83BDE
(232,59,222)
0 Favorites   0 Comments

Color spaces of #e83bde

RGB 23259222
HSL0.840.790.57
HSV303°75°91°
CMYK 0.000.750.04   0.09
XYZ48.027525.557771.5090
Yxy25.55770.33100.1761
Hunter Lab50.554681.1066-48.4769
CIE-Lab57.614880.9430-46.9234

#e83bde color RGB value is (232,59,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111011 11011110
Octal 350 73 336
Decimal 232 59 222
Hex E8 3B DE

RGB Percentages of Color #e83bde

%45.22
%11.50
%43.27

CMYK Percentages of Color #e83bde

%0
%75
%4
%9

Triadic Colors of #e83bde

#e83bde #dee83b #3bdee8

Analogous Colors of #e83bde

#e83bde #e83b88 #9c3be8

Monochromatic Colors of #e83bde

#e83bde

Complementary Color

#e83bde #3be845

#e83bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83bde Color CSS Codes

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

#e83bde Text Font Color

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

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


#e83bde Background Color

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

This div background color is #e83bde


#e83bde Border Color

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

This div border color is #e83bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83bde


Comments

No comments written yet.

Please login to write comment.