Color Hex Logo

#e647aa Color Hex

#E647AA
(230,71,170)
0 Favorites   0 Comments

Color spaces of #e647aa

RGB 23071170
HSL0.900.760.59
HSV323°69°90°
CMYK 0.000.690.26   0.10
XYZ42.142124.231840.4863
Yxy24.23180.39440.2268
Hunter Lab49.225866.6683-14.3056
CIE-Lab56.319169.5466-19.1296

#e647aa color RGB value is (230,71,170).

#e647aa hex color red value is 230, green value is 71 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e647aa hue: 0.90 , saturation: 0.76 and the lightness value of e647aa is 0.59.

The process color (four color CMYK) of #e647aa color hex is 0.00, 0.69, 0.26, 0.10. Web safe color of #e647aa is #ff3399. Color #e647aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000111 10101010
Octal 346 107 252
Decimal 230 71 170
Hex E6 47 AA

RGB Percentages of Color #e647aa

%48.83
%15.07
%36.09

CMYK Percentages of Color #e647aa

%0
%69
%26
%10

Triadic Colors of #e647aa

#e647aa #aae647 #47aae6

Analogous Colors of #e647aa

#e647aa #e6475b #d347e6

Monochromatic Colors of #e647aa

#e647aa

Complementary Color

#e647aa #47e683

#e647aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e647aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e647aa Color CSS Codes

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

#e647aa Text Font Color

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

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


#e647aa Background Color

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

This div background color is #e647aa


#e647aa Border Color

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

This div border color is #e647aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e647aa


Comments

No comments written yet.

Please login to write comment.