Color Hex Logo

#e35eac Color Hex

#E35EAC
(227,94,172)
0 Favorites   0 Comments

Color spaces of #e35eac

RGB 22794172
HSL0.900.700.63
HSV325°59°89°
CMYK 0.000.590.24   0.11
XYZ43.127727.314942.0289
Yxy27.31490.38350.2429
Hunter Lab52.263755.8359-11.0947
CIE-Lab59.264759.7998-15.8550

#e35eac color RGB value is (227,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011110 10101100
Octal 343 136 254
Decimal 227 94 172
Hex E3 5E AC

RGB Percentages of Color #e35eac

%46.04
%19.07
%34.89

CMYK Percentages of Color #e35eac

%0
%59
%24
%11

Triadic Colors of #e35eac

#e35eac #ace35e #5eace3

Analogous Colors of #e35eac

#e35eac #e35e6a #d85ee3

Monochromatic Colors of #e35eac

#e35eac

Complementary Color

#e35eac #5ee395

#e35eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35eac Color CSS Codes

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

#e35eac Text Font Color

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

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


#e35eac Background Color

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

This div background color is #e35eac


#e35eac Border Color

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

This div border color is #e35eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35eac


Comments

No comments written yet.

Please login to write comment.