Color Hex Logo

#ae08fb Color Hex

#AE08FB
(174,8,251)
0 Favorites   0 Comments

Color spaces of #ae08fb

RGB 1748251
HSL0.780.970.51
HSV281°97°98°
CMYK 0.310.970.00   0.02
XYZ34.955016.137492.5393
Yxy16.13740.24340.1124
Hunter Lab40.171485.0213-108.4612
CIE-Lab47.154286.0121-80.5594

#ae08fb color RGB value is (174,8,251).

#ae08fb hex color red value is 174, green value is 8 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae08fb hue: 0.78 , saturation: 0.97 and the lightness value of ae08fb is 0.51.

The process color (four color CMYK) of #ae08fb color hex is 0.31, 0.97, 0.00, 0.02. Web safe color of #ae08fb is #9900ff. Color #ae08fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 11111011
Octal 256 10 373
Decimal 174 8 251
Hex AE 8 FB

RGB Percentages of Color #ae08fb

%40.18
%1.85
%57.97

CMYK Percentages of Color #ae08fb

%31
%97
%0
%2

Triadic Colors of #ae08fb

#ae08fb #fbae08 #08fbae

Analogous Colors of #ae08fb

#ae08fb #fb08cf #3508fb

Monochromatic Colors of #ae08fb

#ae08fb

Complementary Color

#ae08fb #55fb08

#ae08fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae08fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae08fb Color CSS Codes

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

#ae08fb Text Font Color

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

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


#ae08fb Background Color

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

This div background color is #ae08fb


#ae08fb Border Color

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

This div border color is #ae08fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae08fb


Comments

No comments written yet.

Please login to write comment.