Color Hex Logo

#ae014b Color Hex

#AE014B
(174,1,75)
0 Favorites   0 Comments

Color spaces of #ae014b

RGB 174175
HSL0.930.990.34
HSV334°99°68°
CMYK 0.000.990.57   0.32
XYZ18.73649.52847.5083
Yxy9.52840.52380.2664
Hunter Lab30.868154.32727.1861
CIE-Lab36.982462.62309.3344

#ae014b color RGB value is (174,1,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 01001011
Octal 256 1 113
Decimal 174 1 75
Hex AE 1 4B

RGB Percentages of Color #ae014b

%69.60
%0.40
%30.00

CMYK Percentages of Color #ae014b

%0
%99
%57
%32

Triadic Colors of #ae014b

#ae014b #4bae01 #014bae

Analogous Colors of #ae014b

#ae014b #ae0e01 #ae01a2

Monochromatic Colors of #ae014b

#ae014b

Complementary Color

#ae014b #01ae64

#ae014b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae014b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae014b Color CSS Codes

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

#ae014b Text Font Color

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

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


#ae014b Background Color

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

This div background color is #ae014b


#ae014b Border Color

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

This div border color is #ae014b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae014b


Comments

No comments written yet.

Please login to write comment.