Color Hex Logo

#e165af Color Hex

#E165AF
(225,101,175)
0 Favorites   0 Comments

Color spaces of #e165af

RGB 225101175
HSL0.900.670.64
HSV324°55°88°
CMYK 0.000.550.22   0.12
XYZ43.442928.410143.7514
Yxy28.41010.37580.2458
Hunter Lab53.301152.2088-11.3565
CIE-Lab60.257456.4543-16.1061

#e165af color RGB value is (225,101,175).

#e165af hex color red value is 225, green value is 101 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e165af hue: 0.90 , saturation: 0.67 and the lightness value of e165af is 0.64.

The process color (four color CMYK) of #e165af color hex is 0.00, 0.55, 0.22, 0.12. Web safe color of #e165af is #cc6699. Color #e165af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 10101111
Octal 341 145 257
Decimal 225 101 175
Hex E1 65 AF

RGB Percentages of Color #e165af

%44.91
%20.16
%34.93

CMYK Percentages of Color #e165af

%0
%55
%22
%12

Triadic Colors of #e165af

#e165af #afe165 #65afe1

Analogous Colors of #e165af

#e165af #e16571 #d565e1

Monochromatic Colors of #e165af

#e165af

Complementary Color

#e165af #65e197

#e165af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e165af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e165af Color CSS Codes

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

#e165af Text Font Color

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

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


#e165af Background Color

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

This div background color is #e165af


#e165af Border Color

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

This div border color is #e165af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e165af


Comments

No comments written yet.

Please login to write comment.