Color Hex Logo

#e35aac Color Hex

#E35AAC
(227,90,172)
0 Favorites   0 Comments

Color spaces of #e35aac

RGB 22790172
HSL0.900.710.62
HSV324°60°89°
CMYK 0.000.600.24   0.11
XYZ42.781126.621841.9134
Yxy26.62180.38430.2392
Hunter Lab51.596357.7098-12.0458
CIE-Lab58.622661.5352-16.8285

#e35aac color RGB value is (227,90,172).

#e35aac hex color red value is 227, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e35aac hue: 0.90 , saturation: 0.71 and the lightness value of e35aac is 0.62.

The process color (four color CMYK) of #e35aac color hex is 0.00, 0.60, 0.24, 0.11. Web safe color of #e35aac is #cc6699. Color #e35aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011010 10101100
Octal 343 132 254
Decimal 227 90 172
Hex E3 5A AC

RGB Percentages of Color #e35aac

%46.42
%18.40
%35.17

CMYK Percentages of Color #e35aac

%0
%60
%24
%11

Triadic Colors of #e35aac

#e35aac #ace35a #5aace3

Analogous Colors of #e35aac

#e35aac #e35a68 #d65ae3

Monochromatic Colors of #e35aac

#e35aac

Complementary Color

#e35aac #5ae391

#e35aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35aac Color CSS Codes

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

#e35aac Text Font Color

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

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


#e35aac Background Color

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

This div background color is #e35aac


#e35aac Border Color

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

This div border color is #e35aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35aac


Comments

No comments written yet.

Please login to write comment.