Color Hex Logo

#e35faa Color Hex

#E35FAA
(227,95,170)
0 Favorites   0 Comments

Color spaces of #e35faa

RGB 22795170
HSL0.910.700.63
HSV326°58°89°
CMYK 0.000.580.25   0.11
XYZ43.026527.417641.0546
Yxy27.41760.38590.2459
Hunter Lab52.361855.0430-9.8334
CIE-Lab59.358959.0929-14.5585

#e35faa color RGB value is (227,95,170).

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

The process color (four color CMYK) of #e35faa color hex is 0.00, 0.58, 0.25, 0.11. Web safe color of #e35faa is #cc6699. Color #e35faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011111 10101010
Octal 343 137 252
Decimal 227 95 170
Hex E3 5F AA

RGB Percentages of Color #e35faa

%46.14
%19.31
%34.55

CMYK Percentages of Color #e35faa

%0
%58
%25
%11

Triadic Colors of #e35faa

#e35faa #aae35f #5faae3

Analogous Colors of #e35faa

#e35faa #e35f68 #da5fe3

Monochromatic Colors of #e35faa

#e35faa

Complementary Color

#e35faa #5fe398

#e35faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35faa Color CSS Codes

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

#e35faa Text Font Color

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

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


#e35faa Background Color

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

This div background color is #e35faa


#e35faa Border Color

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

This div border color is #e35faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35faa


Comments

No comments written yet.

Please login to write comment.