Color Hex Logo

#ae17bb Color Hex

#AE17BB
(174,23,187)
0 Favorites   0 Comments

Color spaces of #ae17bb

RGB 17423187
HSL0.820.780.41
HSV295°88°73°
CMYK 0.070.880.00   0.27
XYZ26.731613.199348.1525
Yxy13.19930.30350.1499
Hunter Lab36.330867.7582-53.1507
CIE-Lab43.062073.0135-50.5448

#ae17bb color RGB value is (174,23,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 10111011
Octal 256 27 273
Decimal 174 23 187
Hex AE 17 BB

RGB Percentages of Color #ae17bb

%45.31
%5.99
%48.70

CMYK Percentages of Color #ae17bb

%7
%88
%0
%27

Triadic Colors of #ae17bb

#ae17bb #bbae17 #17bbae

Analogous Colors of #ae17bb

#ae17bb #bb1776 #5c17bb

Monochromatic Colors of #ae17bb

#ae17bb

Complementary Color

#ae17bb #24bb17

#ae17bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae17bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae17bb Color CSS Codes

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

#ae17bb Text Font Color

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

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


#ae17bb Background Color

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

This div background color is #ae17bb


#ae17bb Border Color

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

This div border color is #ae17bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae17bb


Comments

No comments written yet.

Please login to write comment.