Color Hex Logo

#e752aa Color Hex

#E752AA
(231,82,170)
0 Favorites   0 Comments

Color spaces of #e752aa

RGB 23182170
HSL0.900.760.61
HSV325°65°91°
CMYK 0.000.650.26   0.09
XYZ43.228025.925840.7560
Yxy25.92580.39330.2359
Hunter Lab50.917462.4381-11.8156
CIE-Lab57.966665.6927-16.6079

#e752aa color RGB value is (231,82,170).

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

The process color (four color CMYK) of #e752aa color hex is 0.00, 0.65, 0.26, 0.09. Web safe color of #e752aa is #ff6699. Color #e752aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010010 10101010
Octal 347 122 252
Decimal 231 82 170
Hex E7 52 AA

RGB Percentages of Color #e752aa

%47.83
%16.98
%35.20

CMYK Percentages of Color #e752aa

%0
%65
%26
%9

Triadic Colors of #e752aa

#e752aa #aae752 #52aae7

Analogous Colors of #e752aa

#e752aa #e7525f #da52e7

Monochromatic Colors of #e752aa

#e752aa

Complementary Color

#e752aa #52e78f

#e752aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e752aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e752aa Color CSS Codes

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

#e752aa Text Font Color

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

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


#e752aa Background Color

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

This div background color is #e752aa


#e752aa Border Color

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

This div border color is #e752aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e752aa


Comments

No comments written yet.

Please login to write comment.