Color Hex Logo

#ae87bc Color Hex

#AE87BC
(174,135,188)
0 Favorites   0 Comments

Color spaces of #ae87bc

RGB 174135188
HSL0.790.280.63
HSV284°28°74°
CMYK 0.070.280.00   0.26
XYZ35.196629.957551.5043
Yxy29.95750.30170.2568
Hunter Lab54.733419.0017-17.4786
CIE-Lab61.617524.4937-22.0091

#ae87bc color RGB value is (174,135,188).

#ae87bc hex color red value is 174, green value is 135 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ae87bc hue: 0.79 , saturation: 0.28 and the lightness value of ae87bc is 0.63.

The process color (four color CMYK) of #ae87bc color hex is 0.07, 0.28, 0.00, 0.26. Web safe color of #ae87bc is #9999cc. Color #ae87bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000111 10111100
Octal 256 207 274
Decimal 174 135 188
Hex AE 87 BC

RGB Percentages of Color #ae87bc

%35.01
%27.16
%37.83

CMYK Percentages of Color #ae87bc

%7
%28
%0
%26

Triadic Colors of #ae87bc

#ae87bc #bcae87 #87bcae

Analogous Colors of #ae87bc

#ae87bc #bc87b0 #9487bc

Monochromatic Colors of #ae87bc

#ae87bc

Complementary Color

#ae87bc #95bc87

#ae87bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae87bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae87bc Color CSS Codes

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

#ae87bc Text Font Color

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

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


#ae87bc Background Color

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

This div background color is #ae87bc


#ae87bc Border Color

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

This div border color is #ae87bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,135,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae87bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae87bc;
  -webkit-box-shadow: 1px 1px 3px 2px #ae87bc;
  box-shadow:         1px 1px 3px 2px #ae87bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,135,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae87bc


Comments

No comments written yet.

Please login to write comment.