Color Hex Logo

#ae416b Color Hex

#AE416B
(174,65,107)
0 Favorites   0 Comments

Color spaces of #ae416b

RGB 17465107
HSL0.940.460.47
HSV337°63°68°
CMYK 0.000.630.39   0.32
XYZ21.999713.840815.4219
Yxy13.84080.42920.2700
Hunter Lab37.203240.44831.4647
CIE-Lab44.003748.3568-0.7984

#ae416b color RGB value is (174,65,107).

#ae416b hex color red value is 174, green value is 65 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae416b hue: 0.94 , saturation: 0.46 and the lightness value of ae416b is 0.47.

The process color (four color CMYK) of #ae416b color hex is 0.00, 0.63, 0.39, 0.32. Web safe color of #ae416b is #993366. Color #ae416b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 01101011
Octal 256 101 153
Decimal 174 65 107
Hex AE 41 6B

RGB Percentages of Color #ae416b

%50.29
%18.79
%30.92

CMYK Percentages of Color #ae416b

%0
%63
%39
%32

Triadic Colors of #ae416b

#ae416b #6bae41 #416bae

Analogous Colors of #ae416b

#ae416b #ae4e41 #ae41a2

Monochromatic Colors of #ae416b

#ae416b

Complementary Color

#ae416b #41ae84

#ae416b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae416b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae416b Color CSS Codes

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

#ae416b Text Font Color

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

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


#ae416b Background Color

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

This div background color is #ae416b


#ae416b Border Color

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

This div border color is #ae416b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae416b


Comments

No comments written yet.

Please login to write comment.