Color Hex Logo

#ae08bf Color Hex

#AE08BF
(174,8,191)
0 Favorites   0 Comments

Color spaces of #ae08bf

RGB 1748191
HSL0.820.920.39
HSV294°96°75°
CMYK 0.090.960.00   0.25
XYZ26.946412.933950.3665
Yxy12.93390.29860.1433
Hunter Lab35.963770.8074-57.8599
CIE-Lab42.663575.6064-53.5324

#ae08bf color RGB value is (174,8,191).

#ae08bf hex color red value is 174, green value is 8 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae08bf hue: 0.82 , saturation: 0.92 and the lightness value of ae08bf is 0.39.

The process color (four color CMYK) of #ae08bf color hex is 0.09, 0.96, 0.00, 0.25. Web safe color of #ae08bf is #9900cc. Color #ae08bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 10111111
Octal 256 10 277
Decimal 174 8 191
Hex AE 8 BF

RGB Percentages of Color #ae08bf

%46.65
%2.14
%51.21

CMYK Percentages of Color #ae08bf

%9
%96
%0
%25

Triadic Colors of #ae08bf

#ae08bf #bfae08 #08bfae

Analogous Colors of #ae08bf

#ae08bf #bf0875 #5308bf

Monochromatic Colors of #ae08bf

#ae08bf

Complementary Color

#ae08bf #19bf08

#ae08bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae08bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae08bf Color CSS Codes

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

#ae08bf Text Font Color

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

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


#ae08bf Background Color

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

This div background color is #ae08bf


#ae08bf Border Color

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

This div border color is #ae08bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae08bf


Comments

No comments written yet.

Please login to write comment.