Color Hex Logo

#ae6ceb Color Hex

#AE6CEB
(174,108,235)
0 Favorites   0 Comments

Color spaces of #ae6ceb

RGB 174108235
HSL0.750.760.67
HSV271°54°92°
CMYK 0.260.540.00   0.08
XYZ37.813525.722081.5691
Yxy25.72200.26060.1773
Hunter Lab50.716944.3316-59.8557
CIE-Lab57.772249.7551-54.4494

#ae6ceb color RGB value is (174,108,235).

#ae6ceb hex color red value is 174, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae6ceb hue: 0.75 , saturation: 0.76 and the lightness value of ae6ceb is 0.67.

The process color (four color CMYK) of #ae6ceb color hex is 0.26, 0.54, 0.00, 0.08. Web safe color of #ae6ceb is #9966ff. Color #ae6ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101100 11101011
Octal 256 154 353
Decimal 174 108 235
Hex AE 6C EB

RGB Percentages of Color #ae6ceb

%33.66
%20.89
%45.45

CMYK Percentages of Color #ae6ceb

%26
%54
%0
%8

Triadic Colors of #ae6ceb

#ae6ceb #ebae6c #6cebae

Analogous Colors of #ae6ceb

#ae6ceb #eb6ce9 #6f6ceb

Monochromatic Colors of #ae6ceb

#ae6ceb

Complementary Color

#ae6ceb #a9eb6c

#ae6ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6ceb Color CSS Codes

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

#ae6ceb Text Font Color

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

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


#ae6ceb Background Color

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

This div background color is #ae6ceb


#ae6ceb Border Color

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

This div border color is #ae6ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6ceb


Comments

No comments written yet.

Please login to write comment.