Color Hex Logo

#ae7cbb Color Hex

#AE7CBB
(174,124,187)
0 Favorites   0 Comments

Color spaces of #ae7cbb

RGB 174124187
HSL0.800.320.61
HSV288°34°73°
CMYK 0.070.340.00   0.27
XYZ33.632927.001850.4529
Yxy27.00180.30280.2431
Hunter Lab51.963324.5973-21.1924
CIE-Lab58.976030.4817-25.4958

#ae7cbb color RGB value is (174,124,187).

#ae7cbb hex color red value is 174, green value is 124 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae7cbb hue: 0.80 , saturation: 0.32 and the lightness value of ae7cbb is 0.61.

The process color (four color CMYK) of #ae7cbb color hex is 0.07, 0.34, 0.00, 0.27. Web safe color of #ae7cbb is #9966cc. Color #ae7cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111100 10111011
Octal 256 174 273
Decimal 174 124 187
Hex AE 7C BB

RGB Percentages of Color #ae7cbb

%35.88
%25.57
%38.56

CMYK Percentages of Color #ae7cbb

%7
%34
%0
%27

Triadic Colors of #ae7cbb

#ae7cbb #bbae7c #7cbbae

Analogous Colors of #ae7cbb

#ae7cbb #bb7ca9 #8f7cbb

Monochromatic Colors of #ae7cbb

#ae7cbb

Complementary Color

#ae7cbb #89bb7c

#ae7cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7cbb Color CSS Codes

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

#ae7cbb Text Font Color

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

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


#ae7cbb Background Color

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

This div background color is #ae7cbb


#ae7cbb Border Color

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

This div border color is #ae7cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7cbb


Comments

No comments written yet.

Please login to write comment.