Color Hex Logo

#ae107b Color Hex

#AE107B
(174,16,123)
0 Favorites   0 Comments

Color spaces of #ae107b

RGB 17416123
HSL0.890.830.37
HSV319°91°68°
CMYK 0.000.910.29   0.32
XYZ21.216010.799319.7052
Yxy10.79930.41020.2088
Hunter Lab32.862357.7312-12.5484
CIE-Lab39.240465.1991-17.8860

#ae107b color RGB value is (174,16,123).

#ae107b hex color red value is 174, green value is 16 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ae107b hue: 0.89 , saturation: 0.83 and the lightness value of ae107b is 0.37.

The process color (four color CMYK) of #ae107b color hex is 0.00, 0.91, 0.29, 0.32. Web safe color of #ae107b is #990066. Color #ae107b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 01111011
Octal 256 20 173
Decimal 174 16 123
Hex AE 10 7B

RGB Percentages of Color #ae107b

%55.59
%5.11
%39.30

CMYK Percentages of Color #ae107b

%0
%91
%29
%32

Triadic Colors of #ae107b

#ae107b #7bae10 #107bae

Analogous Colors of #ae107b

#ae107b #ae102c #9210ae

Monochromatic Colors of #ae107b

#ae107b

Complementary Color

#ae107b #10ae43

#ae107b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae107b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae107b Color CSS Codes

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

#ae107b Text Font Color

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

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


#ae107b Background Color

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

This div background color is #ae107b


#ae107b Border Color

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

This div border color is #ae107b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae107b


Comments

No comments written yet.

Please login to write comment.