Color Hex Logo

#e34eba Color Hex

#E34EBA
(227,78,186)
0 Favorites   0 Comments

Color spaces of #e34eba

RGB 22778186
HSL0.880.730.60
HSV317°66°89°
CMYK 0.000.660.18   0.11
XYZ43.265925.324849.0622
Yxy25.32480.36770.2153
Hunter Lab50.323865.3990-22.5770
CIE-Lab57.390568.2879-26.7941

#e34eba color RGB value is (227,78,186).

#e34eba hex color red value is 227, green value is 78 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e34eba hue: 0.88 , saturation: 0.73 and the lightness value of e34eba is 0.60.

The process color (four color CMYK) of #e34eba color hex is 0.00, 0.66, 0.18, 0.11. Web safe color of #e34eba is #cc66cc. Color #e34eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001110 10111010
Octal 343 116 272
Decimal 227 78 186
Hex E3 4E BA

RGB Percentages of Color #e34eba

%46.23
%15.89
%37.88

CMYK Percentages of Color #e34eba

%0
%66
%18
%11

Triadic Colors of #e34eba

#e34eba #bae34e #4ebae3

Analogous Colors of #e34eba

#e34eba #e34e70 #c24ee3

Monochromatic Colors of #e34eba

#e34eba

Complementary Color

#e34eba #4ee377

#e34eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34eba Color CSS Codes

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

#e34eba Text Font Color

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

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


#e34eba Background Color

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

This div background color is #e34eba


#e34eba Border Color

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

This div border color is #e34eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,78,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 #e34eba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34eba


Comments

No comments written yet.

Please login to write comment.