Color Hex Logo

#e34baa Color Hex

#E34BAA
(227,75,170)
0 Favorites   0 Comments

Color spaces of #e34baa

RGB 22775170
HSL0.900.730.59
HSV323°67°89°
CMYK 0.000.670.25   0.11
XYZ41.450324.265340.5292
Yxy24.26530.39010.2284
Hunter Lab49.259863.9964-14.2998
CIE-Lab56.352467.3052-19.1230

#e34baa color RGB value is (227,75,170).

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

The process color (four color CMYK) of #e34baa color hex is 0.00, 0.67, 0.25, 0.11. Web safe color of #e34baa is #cc3399. Color #e34baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001011 10101010
Octal 343 113 252
Decimal 227 75 170
Hex E3 4B AA

RGB Percentages of Color #e34baa

%48.09
%15.89
%36.02

CMYK Percentages of Color #e34baa

%0
%67
%25
%11

Triadic Colors of #e34baa

#e34baa #aae34b #4baae3

Analogous Colors of #e34baa

#e34baa #e34b5e #d04be3

Monochromatic Colors of #e34baa

#e34baa

Complementary Color

#e34baa #4be384

#e34baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34baa Color CSS Codes

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

#e34baa Text Font Color

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

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


#e34baa Background Color

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

This div background color is #e34baa


#e34baa Border Color

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

This div border color is #e34baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,75,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34baa


Comments

No comments written yet.

Please login to write comment.