Color Hex Logo

#e35faf Color Hex

#E35FAF
(227,95,175)
0 Favorites   0 Comments

Color spaces of #e35faf

RGB 22795175
HSL0.900.700.63
HSV324°58°89°
CMYK 0.000.580.23   0.11
XYZ43.508627.610543.5936
Yxy27.61050.37930.2407
Hunter Lab52.545755.8456-12.4069
CIE-Lab59.535259.7615-17.1737

#e35faf color RGB value is (227,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011111 10101111
Octal 343 137 257
Decimal 227 95 175
Hex E3 5F AF

RGB Percentages of Color #e35faf

%45.67
%19.11
%35.21

CMYK Percentages of Color #e35faf

%0
%58
%23
%11

Triadic Colors of #e35faf

#e35faf #afe35f #5fafe3

Analogous Colors of #e35faf

#e35faf #e35f6d #d55fe3

Monochromatic Colors of #e35faf

#e35faf

Complementary Color

#e35faf #5fe393

#e35faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35faf Color CSS Codes

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

#e35faf Text Font Color

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

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


#e35faf Background Color

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

This div background color is #e35faf


#e35faf Border Color

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

This div border color is #e35faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35faf


Comments

No comments written yet.

Please login to write comment.