Color Hex Logo

#ae6bce Color Hex

#AE6BCE
(174,107,206)
0 Favorites   0 Comments

Color spaces of #ae6bce

RGB 174107206
HSL0.780.500.61
HSV281°48°81°
CMYK 0.160.480.00   0.19
XYZ33.853823.970361.2350
Yxy23.97030.28430.2013
Hunter Lab48.959537.7476-39.8841
CIE-Lab56.058043.8316-40.8479

#ae6bce color RGB value is (174,107,206).

#ae6bce hex color red value is 174, green value is 107 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae6bce hue: 0.78 , saturation: 0.50 and the lightness value of ae6bce is 0.61.

The process color (four color CMYK) of #ae6bce color hex is 0.16, 0.48, 0.00, 0.19. Web safe color of #ae6bce is #9966cc. Color #ae6bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101011 11001110
Octal 256 153 316
Decimal 174 107 206
Hex AE 6B CE

RGB Percentages of Color #ae6bce

%35.73
%21.97
%42.30

CMYK Percentages of Color #ae6bce

%16
%48
%0
%19

Triadic Colors of #ae6bce

#ae6bce #ceae6b #6bceae

Analogous Colors of #ae6bce

#ae6bce #ce6bbd #7d6bce

Monochromatic Colors of #ae6bce

#ae6bce

Complementary Color

#ae6bce #8bce6b

#ae6bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6bce Color CSS Codes

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

#ae6bce Text Font Color

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

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


#ae6bce Background Color

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

This div background color is #ae6bce


#ae6bce Border Color

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

This div border color is #ae6bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6bce


Comments

No comments written yet.

Please login to write comment.