Color Hex Logo

#e34bac Color Hex

#E34BAC
(227,75,172)
0 Favorites   0 Comments

Color spaces of #e34bac

RGB 22775172
HSL0.890.730.59
HSV322°67°89°
CMYK 0.000.670.24   0.11
XYZ41.641024.341641.5334
Yxy24.34160.38730.2264
Hunter Lab49.337264.3153-15.3759
CIE-Lab56.428267.5593-20.1709

#e34bac color RGB value is (227,75,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001011 10101100
Octal 343 113 254
Decimal 227 75 172
Hex E3 4B AC

RGB Percentages of Color #e34bac

%47.89
%15.82
%36.29

CMYK Percentages of Color #e34bac

%0
%67
%24
%11

Triadic Colors of #e34bac

#e34bac #ace34b #4bace3

Analogous Colors of #e34bac

#e34bac #e34b60 #ce4be3

Monochromatic Colors of #e34bac

#e34bac

Complementary Color

#e34bac #4be382

#e34bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34bac Color CSS Codes

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

#e34bac Text Font Color

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

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


#e34bac Background Color

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

This div background color is #e34bac


#e34bac Border Color

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

This div border color is #e34bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34bac


Comments

No comments written yet.

Please login to write comment.