Color Hex Logo

#ae82eb Color Hex

#AE82EB
(174,130,235)
0 Favorites   0 Comments

Color spaces of #ae82eb

RGB 174130235
HSL0.740.720.72
HSV265°45°92°
CMYK 0.260.450.00   0.08
XYZ40.433630.962182.4425
Yxy30.96210.26280.2013
Hunter Lab55.643632.3313-48.8946
CIE-Lab62.475637.7864-46.9861

#ae82eb color RGB value is (174,130,235).

#ae82eb hex color red value is 174, green value is 130 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae82eb hue: 0.74 , saturation: 0.72 and the lightness value of ae82eb is 0.72.

The process color (four color CMYK) of #ae82eb color hex is 0.26, 0.45, 0.00, 0.08. Web safe color of #ae82eb is #9999ff. Color #ae82eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000010 11101011
Octal 256 202 353
Decimal 174 130 235
Hex AE 82 EB

RGB Percentages of Color #ae82eb

%32.28
%24.12
%43.60

CMYK Percentages of Color #ae82eb

%26
%45
%0
%8

Triadic Colors of #ae82eb

#ae82eb #ebae82 #82ebae

Analogous Colors of #ae82eb

#ae82eb #e382eb #828beb

Monochromatic Colors of #ae82eb

#ae82eb

Complementary Color

#ae82eb #bfeb82

#ae82eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae82eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae82eb Color CSS Codes

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

#ae82eb Text Font Color

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

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


#ae82eb Background Color

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

This div background color is #ae82eb


#ae82eb Border Color

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

This div border color is #ae82eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae82eb


Comments

No comments written yet.

Please login to write comment.