Color Hex Logo

#ae08eb Color Hex

#AE08EB
(174,8,235)
0 Favorites   0 Comments

Color spaces of #ae08eb

RGB 1748235
HSL0.790.930.48
HSV284°97°92°
CMYK 0.260.970.00   0.08
XYZ32.537815.170579.8105
Yxy15.17050.25520.1190
Hunter Lab38.949380.9554-94.2258
CIE-Lab45.866883.1058-73.6611

#ae08eb color RGB value is (174,8,235).

#ae08eb hex color red value is 174, green value is 8 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae08eb hue: 0.79 , saturation: 0.93 and the lightness value of ae08eb is 0.48.

The process color (four color CMYK) of #ae08eb color hex is 0.26, 0.97, 0.00, 0.08. Web safe color of #ae08eb is #9900ff. Color #ae08eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 11101011
Octal 256 10 353
Decimal 174 8 235
Hex AE 8 EB

RGB Percentages of Color #ae08eb

%41.73
%1.92
%56.35

CMYK Percentages of Color #ae08eb

%26
%97
%0
%8

Triadic Colors of #ae08eb

#ae08eb #ebae08 #08ebae

Analogous Colors of #ae08eb

#ae08eb #eb08b7 #3d08eb

Monochromatic Colors of #ae08eb

#ae08eb

Complementary Color

#ae08eb #45eb08

#ae08eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae08eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae08eb Color CSS Codes

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

#ae08eb Text Font Color

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

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


#ae08eb Background Color

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

This div background color is #ae08eb


#ae08eb Border Color

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

This div border color is #ae08eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae08eb


Comments

No comments written yet.

Please login to write comment.