Color Hex Logo

#e83abd Color Hex

#E83ABD
(232,58,189)
0 Favorites   0 Comments

Color spaces of #e83abd

RGB 23258189
HSL0.870.790.57
HSV315°75°91°
CMYK 0.000.750.19   0.09
XYZ43.977123.856050.4309
Yxy23.85600.37190.2017
Hunter Lab48.842675.2440-27.0282
CIE-Lab55.943376.6219-30.7020

#e83abd color RGB value is (232,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111010 10111101
Octal 350 72 275
Decimal 232 58 189
Hex E8 3A BD

RGB Percentages of Color #e83abd

%48.43
%12.11
%39.46

CMYK Percentages of Color #e83abd

%0
%75
%19
%9

Triadic Colors of #e83abd

#e83abd #bde83a #3abde8

Analogous Colors of #e83abd

#e83abd #e83a66 #bc3ae8

Monochromatic Colors of #e83abd

#e83abd

Complementary Color

#e83abd #3ae865

#e83abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83abd Color CSS Codes

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

#e83abd Text Font Color

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

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


#e83abd Background Color

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

This div background color is #e83abd


#e83abd Border Color

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

This div border color is #e83abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83abd


Comments

No comments written yet.

Please login to write comment.