Color Hex Logo

#ae214b Color Hex

#AE214B
(174,33,75)
0 Favorites   0 Comments

Color spaces of #ae214b

RGB 1743375
HSL0.950.680.41
HSV342°81°68°
CMYK 0.000.810.57   0.32
XYZ19.269410.59447.6859
Yxy10.59440.51320.2821
Hunter Lab32.549048.71328.7840
CIE-Lab38.888857.139311.9797

#ae214b color RGB value is (174,33,75).

#ae214b hex color red value is 174, green value is 33 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ae214b hue: 0.95 , saturation: 0.68 and the lightness value of ae214b is 0.41.

The process color (four color CMYK) of #ae214b color hex is 0.00, 0.81, 0.57, 0.32. Web safe color of #ae214b is #993333. Color #ae214b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 01001011
Octal 256 41 113
Decimal 174 33 75
Hex AE 21 4B

RGB Percentages of Color #ae214b

%61.70
%11.70
%26.60

CMYK Percentages of Color #ae214b

%0
%81
%57
%32

Triadic Colors of #ae214b

#ae214b #4bae21 #214bae

Analogous Colors of #ae214b

#ae214b #ae3e21 #ae2192

Monochromatic Colors of #ae214b

#ae214b

Complementary Color

#ae214b #21ae84

#ae214b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae214b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae214b Color CSS Codes

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

#ae214b Text Font Color

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

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


#ae214b Background Color

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

This div background color is #ae214b


#ae214b Border Color

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

This div border color is #ae214b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae214b


Comments

No comments written yet.

Please login to write comment.