Color Hex Logo

#e665aa Color Hex

#E665AA
(230,101,170)
0 Favorites   0 Comments

Color spaces of #e665aa

RGB 230101170
HSL0.910.720.65
HSV328°56°90°
CMYK 0.000.560.26   0.10
XYZ44.542529.032641.2864
Yxy29.03260.38780.2528
Hunter Lab53.881953.2671-7.7130
CIE-Lab60.810457.2935-12.3273

#e665aa color RGB value is (230,101,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100101 10101010
Octal 346 145 252
Decimal 230 101 170
Hex E6 65 AA

RGB Percentages of Color #e665aa

%45.91
%20.16
%33.93

CMYK Percentages of Color #e665aa

%0
%56
%26
%10

Triadic Colors of #e665aa

#e665aa #aae665 #65aae6

Analogous Colors of #e665aa

#e665aa #e6656a #e265e6

Monochromatic Colors of #e665aa

#e665aa

Complementary Color

#e665aa #65e6a1

#e665aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e665aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e665aa Color CSS Codes

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

#e665aa Text Font Color

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

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


#e665aa Background Color

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

This div background color is #e665aa


#e665aa Border Color

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

This div border color is #e665aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e665aa


Comments

No comments written yet.

Please login to write comment.