Color Hex Logo

#ae15b8 Color Hex

#AE15B8
(174,21,184)
0 Favorites   0 Comments

Color spaces of #ae15b8

RGB 17421184
HSL0.820.800.40
HSV296°89°72°
CMYK 0.050.890.00   0.28
XYZ26.375512.995746.4657
Yxy12.99570.30730.1514
Hunter Lab36.049567.5121-51.1866
CIE-Lab42.756872.8681-49.2707

#ae15b8 color RGB value is (174,21,184).

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

The process color (four color CMYK) of #ae15b8 color hex is 0.05, 0.89, 0.00, 0.28. Web safe color of #ae15b8 is #9900cc. Color #ae15b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 10111000
Octal 256 25 270
Decimal 174 21 184
Hex AE 15 B8

RGB Percentages of Color #ae15b8

%45.91
%5.54
%48.55

CMYK Percentages of Color #ae15b8

%5
%89
%0
%28

Triadic Colors of #ae15b8

#ae15b8 #b8ae15 #15b8ae

Analogous Colors of #ae15b8

#ae15b8 #b81571 #5d15b8

Monochromatic Colors of #ae15b8

#ae15b8

Complementary Color

#ae15b8 #1fb815

#ae15b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae15b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae15b8 Color CSS Codes

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

#ae15b8 Text Font Color

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

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


#ae15b8 Background Color

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

This div background color is #ae15b8


#ae15b8 Border Color

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

This div border color is #ae15b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae15b8


Comments

No comments written yet.

Please login to write comment.