Color Hex Logo

#e34aac Color Hex

#E34AAC
(227,74,172)
0 Favorites   0 Comments

Color spaces of #e34aac

RGB 22774172
HSL0.890.730.59
HSV322°67°89°
CMYK 0.000.670.24   0.11
XYZ41.573724.207041.5110
Yxy24.20700.38750.2256
Hunter Lab49.200664.7285-15.5831
CIE-Lab56.294567.9311-20.3754

#e34aac color RGB value is (227,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001010 10101100
Octal 343 112 254
Decimal 227 74 172
Hex E3 4A AC

RGB Percentages of Color #e34aac

%47.99
%15.64
%36.36

CMYK Percentages of Color #e34aac

%0
%67
%24
%11

Triadic Colors of #e34aac

#e34aac #ace34a #4aace3

Analogous Colors of #e34aac

#e34aac #e34a60 #ce4ae3

Monochromatic Colors of #e34aac

#e34aac

Complementary Color

#e34aac #4ae381

#e34aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34aac Color CSS Codes

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

#e34aac Text Font Color

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

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


#e34aac Background Color

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

This div background color is #e34aac


#e34aac Border Color

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

This div border color is #e34aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34aac


Comments

No comments written yet.

Please login to write comment.