Color Hex Logo

#e65aac Color Hex

#E65AAC
(230,90,172)
0 Favorites   0 Comments

Color spaces of #e65aac

RGB 23090172
HSL0.900.740.63
HSV325°61°90°
CMYK 0.000.610.25   0.10
XYZ43.735727.113941.9581
Yxy27.11390.38770.2404
Hunter Lab52.071058.8022-11.3254
CIE-Lab59.079662.3946-16.0922

#e65aac color RGB value is (230,90,172).

#e65aac hex color red value is 230, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e65aac hue: 0.90 , saturation: 0.74 and the lightness value of e65aac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011010 10101100
Octal 346 132 254
Decimal 230 90 172
Hex E6 5A AC

RGB Percentages of Color #e65aac

%46.75
%18.29
%34.96

CMYK Percentages of Color #e65aac

%0
%61
%25
%10

Triadic Colors of #e65aac

#e65aac #ace65a #5aace6

Analogous Colors of #e65aac

#e65aac #e65a66 #da5ae6

Monochromatic Colors of #e65aac

#e65aac

Complementary Color

#e65aac #5ae694

#e65aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65aac Color CSS Codes

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

#e65aac Text Font Color

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

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


#e65aac Background Color

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

This div background color is #e65aac


#e65aac Border Color

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

This div border color is #e65aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65aac


Comments

No comments written yet.

Please login to write comment.