Color Hex Logo

#ae4cbb Color Hex

#AE4CBB
(174,76,187)
0 Favorites   0 Comments

Color spaces of #ae4cbb

RGB 17476187
HSL0.810.450.52
HSV293°59°73°
CMYK 0.070.590.00   0.27
XYZ29.009617.755448.9119
Yxy17.75540.30320.1856
Hunter Lab42.137249.1495-39.3265
CIE-Lab49.198155.6180-40.7623

#ae4cbb color RGB value is (174,76,187).

#ae4cbb hex color red value is 174, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae4cbb hue: 0.81 , saturation: 0.45 and the lightness value of ae4cbb is 0.52.

The process color (four color CMYK) of #ae4cbb color hex is 0.07, 0.59, 0.00, 0.27. Web safe color of #ae4cbb is #9933cc. Color #ae4cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001100 10111011
Octal 256 114 273
Decimal 174 76 187
Hex AE 4C BB

RGB Percentages of Color #ae4cbb

%39.82
%17.39
%42.79

CMYK Percentages of Color #ae4cbb

%7
%59
%0
%27

Triadic Colors of #ae4cbb

#ae4cbb #bbae4c #4cbbae

Analogous Colors of #ae4cbb

#ae4cbb #bb4c91 #774cbb

Monochromatic Colors of #ae4cbb

#ae4cbb

Complementary Color

#ae4cbb #59bb4c

#ae4cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4cbb Color CSS Codes

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

#ae4cbb Text Font Color

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

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


#ae4cbb Background Color

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

This div background color is #ae4cbb


#ae4cbb Border Color

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

This div border color is #ae4cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4cbb


Comments

No comments written yet.

Please login to write comment.