Color Hex Logo

#e7a7ec Color Hex

#E7A7EC
(231,167,236)
0 Favorites   0 Comments

Color spaces of #e7a7ec

RGB 231167236
HSL0.820.640.79
HSV296°29°93°
CMYK 0.020.290.00   0.07
XYZ61.914050.682585.8764
Yxy50.68250.31200.2554
Hunter Lab71.191630.6526-21.6856
CIE-Lab76.486334.7834-25.3264

#e7a7ec color RGB value is (231,167,236).

#e7a7ec hex color red value is 231, green value is 167 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e7a7ec hue: 0.82 , saturation: 0.64 and the lightness value of e7a7ec is 0.79.

The process color (four color CMYK) of #e7a7ec color hex is 0.02, 0.29, 0.00, 0.07. Web safe color of #e7a7ec is #ff99ff. Color #e7a7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10100111 11101100
Octal 347 247 354
Decimal 231 167 236
Hex E7 A7 EC

RGB Percentages of Color #e7a7ec

%36.44
%26.34
%37.22

CMYK Percentages of Color #e7a7ec

%2
%29
%0
%7

Triadic Colors of #e7a7ec

#e7a7ec #ece7a7 #a7ece7

Analogous Colors of #e7a7ec

#e7a7ec #eca7cf #c5a7ec

Monochromatic Colors of #e7a7ec

#e7a7ec

Complementary Color

#e7a7ec #aceca7

#e7a7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7a7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7a7ec Color CSS Codes

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

#e7a7ec Text Font Color

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

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


#e7a7ec Background Color

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

This div background color is #e7a7ec


#e7a7ec Border Color

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

This div border color is #e7a7ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,167,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e7a7ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7a7ec


Comments

No comments written yet.

Please login to write comment.