Color Hex Logo

#ae3cbd Color Hex

#AE3CBD
(174,60,189)
0 Favorites   0 Comments

Color spaces of #ae3cbd

RGB 17460189
HSL0.810.520.49
HSV293°68°74°
CMYK 0.080.680.00   0.26
XYZ28.256715.904549.7247
Yxy15.90450.30100.1694
Hunter Lab39.880456.6828-46.0091
CIE-Lab46.848962.8056-45.6563

#ae3cbd color RGB value is (174,60,189).

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

The process color (four color CMYK) of #ae3cbd color hex is 0.08, 0.68, 0.00, 0.26. Web safe color of #ae3cbd is #9933cc. Color #ae3cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111100 10111101
Octal 256 74 275
Decimal 174 60 189
Hex AE 3C BD

RGB Percentages of Color #ae3cbd

%41.13
%14.18
%44.68

CMYK Percentages of Color #ae3cbd

%8
%68
%0
%26

Triadic Colors of #ae3cbd

#ae3cbd #bdae3c #3cbdae

Analogous Colors of #ae3cbd

#ae3cbd #bd3c8c #6e3cbd

Monochromatic Colors of #ae3cbd

#ae3cbd

Complementary Color

#ae3cbd #4bbd3c

#ae3cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3cbd Color CSS Codes

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

#ae3cbd Text Font Color

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

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


#ae3cbd Background Color

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

This div background color is #ae3cbd


#ae3cbd Border Color

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

This div border color is #ae3cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3cbd


Comments

No comments written yet.

Please login to write comment.