Color Hex Logo

#ae105f Color Hex

#AE105F
(174,16,95)
0 Favorites   0 Comments

Color spaces of #ae105f

RGB 1741695
HSL0.920.830.37
HSV330°91°68°
CMYK 0.000.910.45   0.32
XYZ19.706410.195511.7558
Yxy10.19550.47310.2447
Hunter Lab31.930454.28620.5225
CIE-Lab38.191062.3506-1.8016

#ae105f color RGB value is (174,16,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 01011111
Octal 256 20 137
Decimal 174 16 95
Hex AE 10 5F

RGB Percentages of Color #ae105f

%61.05
%5.61
%33.33

CMYK Percentages of Color #ae105f

%0
%91
%45
%32

Triadic Colors of #ae105f

#ae105f #5fae10 #105fae

Analogous Colors of #ae105f

#ae105f #ae1010 #ae10ae

Monochromatic Colors of #ae105f

#ae105f

Complementary Color

#ae105f #10ae5f

#ae105f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae105f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae105f Color CSS Codes

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

#ae105f Text Font Color

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

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


#ae105f Background Color

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

This div background color is #ae105f


#ae105f Border Color

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

This div border color is #ae105f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae105f


Comments

No comments written yet.

Please login to write comment.