Color Hex Logo

#ae6cbd Color Hex

#AE6CBD
(174,108,189)
0 Favorites   0 Comments

Color spaces of #ae6cbd

RGB 174108189
HSL0.800.380.58
HSV289°43°74°
CMYK 0.080.430.00   0.26
XYZ32.003423.397950.9736
Yxy23.39790.30090.2200
Hunter Lab48.371433.4490-28.6196
CIE-Lab55.479839.7450-32.0542

#ae6cbd color RGB value is (174,108,189).

#ae6cbd hex color red value is 174, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae6cbd hue: 0.80 , saturation: 0.38 and the lightness value of ae6cbd is 0.58.

The process color (four color CMYK) of #ae6cbd color hex is 0.08, 0.43, 0.00, 0.26. Web safe color of #ae6cbd is #9966cc. Color #ae6cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101100 10111101
Octal 256 154 275
Decimal 174 108 189
Hex AE 6C BD

RGB Percentages of Color #ae6cbd

%36.94
%22.93
%40.13

CMYK Percentages of Color #ae6cbd

%8
%43
%0
%26

Triadic Colors of #ae6cbd

#ae6cbd #bdae6c #6cbdae

Analogous Colors of #ae6cbd

#ae6cbd #bd6ca4 #866cbd

Monochromatic Colors of #ae6cbd

#ae6cbd

Complementary Color

#ae6cbd #7bbd6c

#ae6cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6cbd Color CSS Codes

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

#ae6cbd Text Font Color

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

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


#ae6cbd Background Color

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

This div background color is #ae6cbd


#ae6cbd Border Color

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

This div border color is #ae6cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6cbd


Comments

No comments written yet.

Please login to write comment.