Color Hex Logo

#ae6fcb Color Hex

#AE6FCB
(174,111,203)
0 Favorites   0 Comments

Color spaces of #ae6fcb

RGB 174111203
HSL0.780.470.62
HSV281°45°80°
CMYK 0.140.450.00   0.20
XYZ33.919524.679359.4757
Yxy24.67930.28730.2090
Hunter Lab49.678334.9399-36.2083
CIE-Lab56.761641.0282-38.0384

#ae6fcb color RGB value is (174,111,203).

#ae6fcb hex color red value is 174, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae6fcb hue: 0.78 , saturation: 0.47 and the lightness value of ae6fcb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101111 11001011
Octal 256 157 313
Decimal 174 111 203
Hex AE 6F CB

RGB Percentages of Color #ae6fcb

%35.66
%22.75
%41.60

CMYK Percentages of Color #ae6fcb

%14
%45
%0
%20

Triadic Colors of #ae6fcb

#ae6fcb #cbae6f #6fcbae

Analogous Colors of #ae6fcb

#ae6fcb #cb6fba #806fcb

Monochromatic Colors of #ae6fcb

#ae6fcb

Complementary Color

#ae6fcb #8ccb6f

#ae6fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6fcb Color CSS Codes

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

#ae6fcb Text Font Color

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

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


#ae6fcb Background Color

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

This div background color is #ae6fcb


#ae6fcb Border Color

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

This div border color is #ae6fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6fcb


Comments

No comments written yet.

Please login to write comment.