Color Hex Logo

#e83eba Color Hex

#E83EBA
(232,62,186)
0 Favorites   0 Comments

Color spaces of #e83eba

RGB 23262186
HSL0.880.790.58
HSV316°73°91°
CMYK 0.000.730.20   0.09
XYZ43.864324.146248.8032
Yxy24.14620.37550.2067
Hunter Lab49.138873.3472-24.4879
CIE-Lab56.233975.0386-28.5180

#e83eba color RGB value is (232,62,186).

#e83eba hex color red value is 232, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e83eba hue: 0.88 , saturation: 0.79 and the lightness value of e83eba is 0.58.

The process color (four color CMYK) of #e83eba color hex is 0.00, 0.73, 0.20, 0.09. Web safe color of #e83eba is #ff33cc. Color #e83eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111110 10111010
Octal 350 76 272
Decimal 232 62 186
Hex E8 3E BA

RGB Percentages of Color #e83eba

%48.33
%12.92
%38.75

CMYK Percentages of Color #e83eba

%0
%73
%20
%9

Triadic Colors of #e83eba

#e83eba #bae83e #3ebae8

Analogous Colors of #e83eba

#e83eba #e83e65 #c13ee8

Monochromatic Colors of #e83eba

#e83eba

Complementary Color

#e83eba #3ee86c

#e83eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83eba Color CSS Codes

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

#e83eba Text Font Color

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

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


#e83eba Background Color

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

This div background color is #e83eba


#e83eba Border Color

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

This div border color is #e83eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83eba


Comments

No comments written yet.

Please login to write comment.