Color Hex Logo

#e83bdd Color Hex

#E83BDD
(232,59,221)
0 Favorites   0 Comments

Color spaces of #e83bdd

RGB 23259221
HSL0.840.790.57
HSV304°75°91°
CMYK 0.000.750.05   0.09
XYZ47.893825.504270.8051
Yxy25.50420.33210.1769
Hunter Lab50.501780.9044-47.7754
CIE-Lab57.563480.7946-46.4398

#e83bdd color RGB value is (232,59,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111011 11011101
Octal 350 73 335
Decimal 232 59 221
Hex E8 3B DD

RGB Percentages of Color #e83bdd

%45.31
%11.52
%43.16

CMYK Percentages of Color #e83bdd

%0
%75
%5
%9

Triadic Colors of #e83bdd

#e83bdd #dde83b #3bdde8

Analogous Colors of #e83bdd

#e83bdd #e83b87 #9d3be8

Monochromatic Colors of #e83bdd

#e83bdd

Complementary Color

#e83bdd #3be846

#e83bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83bdd Color CSS Codes

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

#e83bdd Text Font Color

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

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


#e83bdd Background Color

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

This div background color is #e83bdd


#e83bdd Border Color

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

This div border color is #e83bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83bdd


Comments

No comments written yet.

Please login to write comment.