Color Hex Logo

#e665ac Color Hex

#E665AC
(230,101,172)
0 Favorites   0 Comments

Color spaces of #e665ac

RGB 230101172
HSL0.910.720.65
HSV327°56°90°
CMYK 0.000.560.25   0.10
XYZ44.733229.108942.2906
Yxy29.10890.38520.2507
Hunter Lab53.952753.5806-8.7074
CIE-Lab60.877657.5571-13.3757

#e665ac color RGB value is (230,101,172).

#e665ac hex color red value is 230, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e665ac hue: 0.91 , saturation: 0.72 and the lightness value of e665ac is 0.65.

The process color (four color CMYK) of #e665ac color hex is 0.00, 0.56, 0.25, 0.10. Web safe color of #e665ac is #ff6699. Color #e665ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100101 10101100
Octal 346 145 254
Decimal 230 101 172
Hex E6 65 AC

RGB Percentages of Color #e665ac

%45.73
%20.08
%34.19

CMYK Percentages of Color #e665ac

%0
%56
%25
%10

Triadic Colors of #e665ac

#e665ac #ace665 #65ace6

Analogous Colors of #e665ac

#e665ac #e6656c #e065e6

Monochromatic Colors of #e665ac

#e665ac

Complementary Color

#e665ac #65e69f

#e665ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e665ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e665ac Color CSS Codes

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

#e665ac Text Font Color

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

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


#e665ac Background Color

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

This div background color is #e665ac


#e665ac Border Color

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

This div border color is #e665ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e665ac


Comments

No comments written yet.

Please login to write comment.