Color Hex Logo

#ae074b Color Hex

#AE074B
(174,7,75)
0 Favorites   0 Comments

Color spaces of #ae074b

RGB 174775
HSL0.930.920.35
HSV336°96°68°
CMYK 0.000.960.57   0.32
XYZ18.80159.65867.5300
Yxy9.65860.52240.2684
Hunter Lab31.078353.60057.3893
CIE-Lab37.222661.92429.6697

#ae074b color RGB value is (174,7,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 01001011
Octal 256 7 113
Decimal 174 7 75
Hex AE 7 4B

RGB Percentages of Color #ae074b

%67.97
%2.73
%29.30

CMYK Percentages of Color #ae074b

%0
%96
%57
%32

Triadic Colors of #ae074b

#ae074b #4bae07 #074bae

Analogous Colors of #ae074b

#ae074b #ae1607 #ae079f

Monochromatic Colors of #ae074b

#ae074b

Complementary Color

#ae074b #07ae6a

#ae074b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae074b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae074b Color CSS Codes

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

#ae074b Text Font Color

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

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


#ae074b Background Color

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

This div background color is #ae074b


#ae074b Border Color

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

This div border color is #ae074b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae074b


Comments

No comments written yet.

Please login to write comment.