Color Hex Logo

#e34aba Color Hex

#E34ABA
(227,74,186)
0 Favorites   0 Comments

Color spaces of #e34aba

RGB 22774186
HSL0.880.730.59
HSV316°67°89°
CMYK 0.000.670.18   0.11
XYZ42.990324.773648.9703
Yxy24.77360.36830.2122
Hunter Lab49.773167.0722-23.4926
CIE-Lab56.854269.7814-27.6231

#e34aba color RGB value is (227,74,186).

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

The process color (four color CMYK) of #e34aba color hex is 0.00, 0.67, 0.18, 0.11. Web safe color of #e34aba is #cc33cc. Color #e34aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001010 10111010
Octal 343 112 272
Decimal 227 74 186
Hex E3 4A BA

RGB Percentages of Color #e34aba

%46.61
%15.20
%38.19

CMYK Percentages of Color #e34aba

%0
%67
%18
%11

Triadic Colors of #e34aba

#e34aba #bae34a #4abae3

Analogous Colors of #e34aba

#e34aba #e34a6e #c04ae3

Monochromatic Colors of #e34aba

#e34aba

Complementary Color

#e34aba #4ae373

#e34aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34aba Color CSS Codes

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

#e34aba Text Font Color

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

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


#e34aba Background Color

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

This div background color is #e34aba


#e34aba Border Color

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

This div border color is #e34aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34aba


Comments

No comments written yet.

Please login to write comment.