Color Hex Logo

#ae4cbd Color Hex

#AE4CBD
(174,76,189)
0 Favorites   0 Comments

Color spaces of #ae4cbd

RGB 17476189
HSL0.810.460.52
HSV292°60°74°
CMYK 0.080.600.00   0.26
XYZ29.225317.841750.0476
Yxy17.84170.30090.1837
Hunter Lab42.239449.5844-40.6824
CIE-Lab49.303555.9957-41.7569

#ae4cbd color RGB value is (174,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001100 10111101
Octal 256 114 275
Decimal 174 76 189
Hex AE 4C BD

RGB Percentages of Color #ae4cbd

%39.64
%17.31
%43.05

CMYK Percentages of Color #ae4cbd

%8
%60
%0
%26

Triadic Colors of #ae4cbd

#ae4cbd #bdae4c #4cbdae

Analogous Colors of #ae4cbd

#ae4cbd #bd4c94 #764cbd

Monochromatic Colors of #ae4cbd

#ae4cbd

Complementary Color

#ae4cbd #5bbd4c

#ae4cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4cbd Color CSS Codes

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

#ae4cbd Text Font Color

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

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


#ae4cbd Background Color

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

This div background color is #ae4cbd


#ae4cbd Border Color

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

This div border color is #ae4cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4cbd


Comments

No comments written yet.

Please login to write comment.