Color Hex Logo

#e83bad Color Hex

#E83BAD
(232,59,173)
0 Favorites   0 Comments

Color spaces of #e83bad

RGB 23259173
HSL0.890.790.57
HSV320°75°91°
CMYK 0.000.750.25   0.09
XYZ42.385523.300941.7987
Yxy23.30090.39430.2168
Hunter Lab48.271072.2619-17.5505
CIE-Lab55.380974.3232-22.2847

#e83bad color RGB value is (232,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111011 10101101
Octal 350 73 255
Decimal 232 59 173
Hex E8 3B AD

RGB Percentages of Color #e83bad

%50.00
%12.72
%37.28

CMYK Percentages of Color #e83bad

%0
%75
%25
%9

Triadic Colors of #e83bad

#e83bad #ade83b #3bade8

Analogous Colors of #e83bad

#e83bad #e83b56 #cd3be8

Monochromatic Colors of #e83bad

#e83bad

Complementary Color

#e83bad #3be876

#e83bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83bad Color CSS Codes

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

#e83bad Text Font Color

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

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


#e83bad Background Color

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

This div background color is #e83bad


#e83bad Border Color

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

This div border color is #e83bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83bad


Comments

No comments written yet.

Please login to write comment.