Color Hex Logo

#ae10bb Color Hex

#AE10BB
(174,16,187)
0 Favorites   0 Comments

Color spaces of #ae10bb

RGB 17416187
HSL0.820.840.40
HSV295°91°73°
CMYK 0.070.910.00   0.27
XYZ26.610512.957148.1122
Yxy12.95710.30350.1478
Hunter Lab35.996068.9655-54.0498
CIE-Lab42.698574.0848-51.1290

#ae10bb color RGB value is (174,16,187).

#ae10bb hex color red value is 174, green value is 16 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae10bb hue: 0.82 , saturation: 0.84 and the lightness value of ae10bb is 0.40.

The process color (four color CMYK) of #ae10bb color hex is 0.07, 0.91, 0.00, 0.27. Web safe color of #ae10bb is #9900cc. Color #ae10bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 10111011
Octal 256 20 273
Decimal 174 16 187
Hex AE 10 BB

RGB Percentages of Color #ae10bb

%46.15
%4.24
%49.60

CMYK Percentages of Color #ae10bb

%7
%91
%0
%27

Triadic Colors of #ae10bb

#ae10bb #bbae10 #10bbae

Analogous Colors of #ae10bb

#ae10bb #bb1073 #5910bb

Monochromatic Colors of #ae10bb

#ae10bb

Complementary Color

#ae10bb #1dbb10

#ae10bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae10bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae10bb Color CSS Codes

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

#ae10bb Text Font Color

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

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


#ae10bb Background Color

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

This div background color is #ae10bb


#ae10bb Border Color

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

This div border color is #ae10bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae10bb


Comments

No comments written yet.

Please login to write comment.