Color Hex Logo

#ae054b Color Hex

#AE054B
(174,5,75)
0 Favorites   0 Comments

Color spaces of #ae054b

RGB 174575
HSL0.930.940.35
HSV335°97°68°
CMYK 0.000.970.57   0.32
XYZ18.77989.61527.5227
Yxy9.61520.52290.2677
Hunter Lab31.008453.84147.3220
CIE-Lab37.142862.15629.5586

#ae054b color RGB value is (174,5,75).

#ae054b hex color red value is 174, green value is 5 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ae054b hue: 0.93 , saturation: 0.94 and the lightness value of ae054b is 0.35.

The process color (four color CMYK) of #ae054b color hex is 0.00, 0.97, 0.57, 0.32. Web safe color of #ae054b is #990033. Color #ae054b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000101 01001011
Octal 256 5 113
Decimal 174 5 75
Hex AE 5 4B

RGB Percentages of Color #ae054b

%68.50
%1.97
%29.53

CMYK Percentages of Color #ae054b

%0
%97
%57
%32

Triadic Colors of #ae054b

#ae054b #4bae05 #054bae

Analogous Colors of #ae054b

#ae054b #ae1405 #ae05a0

Monochromatic Colors of #ae054b

#ae054b

Complementary Color

#ae054b #05ae68

#ae054b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae054b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae054b Color CSS Codes

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

#ae054b Text Font Color

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

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


#ae054b Background Color

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

This div background color is #ae054b


#ae054b Border Color

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

This div border color is #ae054b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae054b


Comments

No comments written yet.

Please login to write comment.