Color Hex Logo

#ae5bcb Color Hex

#AE5BCB
(174,91,203)
0 Favorites   0 Comments

Color spaces of #ae5bcb

RGB 17491203
HSL0.790.520.58
HSV284°55°80°
CMYK 0.140.550.00   0.20
XYZ31.976120.792658.8280
Yxy20.79260.28650.1863
Hunter Lab45.598945.3745-44.5719
CIE-Lab52.721851.5344-44.4081

#ae5bcb color RGB value is (174,91,203).

#ae5bcb hex color red value is 174, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae5bcb hue: 0.79 , saturation: 0.52 and the lightness value of ae5bcb is 0.58.

The process color (four color CMYK) of #ae5bcb color hex is 0.14, 0.55, 0.00, 0.20. Web safe color of #ae5bcb is #9966cc. Color #ae5bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011011 11001011
Octal 256 133 313
Decimal 174 91 203
Hex AE 5B CB

RGB Percentages of Color #ae5bcb

%37.18
%19.44
%43.38

CMYK Percentages of Color #ae5bcb

%14
%55
%0
%20

Triadic Colors of #ae5bcb

#ae5bcb #cbae5b #5bcbae

Analogous Colors of #ae5bcb

#ae5bcb #cb5bb0 #765bcb

Monochromatic Colors of #ae5bcb

#ae5bcb

Complementary Color

#ae5bcb #78cb5b

#ae5bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5bcb Color CSS Codes

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

#ae5bcb Text Font Color

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

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


#ae5bcb Background Color

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

This div background color is #ae5bcb


#ae5bcb Border Color

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

This div border color is #ae5bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5bcb


Comments

No comments written yet.

Please login to write comment.