Color Hex Logo

#e65aaf Color Hex

#E65AAF
(230,90,175)
0 Favorites   0 Comments

Color spaces of #e65aaf

RGB 23090175
HSL0.900.740.63
HSV324°61°90°
CMYK 0.000.610.24   0.10
XYZ44.027227.230543.4930
Yxy27.23050.38370.2373
Hunter Lab52.182959.2823-12.8886
CIE-Lab59.187162.7870-17.6604

#e65aaf color RGB value is (230,90,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011010 10101111
Octal 346 132 257
Decimal 230 90 175
Hex E6 5A AF

RGB Percentages of Color #e65aaf

%46.46
%18.18
%35.35

CMYK Percentages of Color #e65aaf

%0
%61
%24
%10

Triadic Colors of #e65aaf

#e65aaf #afe65a #5aafe6

Analogous Colors of #e65aaf

#e65aaf #e65a69 #d75ae6

Monochromatic Colors of #e65aaf

#e65aaf

Complementary Color

#e65aaf #5ae691

#e65aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65aaf Color CSS Codes

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

#e65aaf Text Font Color

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

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


#e65aaf Background Color

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

This div background color is #e65aaf


#e65aaf Border Color

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

This div border color is #e65aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65aaf


Comments

No comments written yet.

Please login to write comment.