Color Hex Logo

#ae427b Color Hex

#AE427B
(174,66,123)
0 Favorites   0 Comments

Color spaces of #ae427b

RGB 17466123
HSL0.910.450.47
HSV328°62°68°
CMYK 0.000.620.29   0.32
XYZ22.978914.325220.2928
Yxy14.32520.39900.2487
Hunter Lab37.848642.1369-5.2947
CIE-Lab44.695749.8629-9.5937

#ae427b color RGB value is (174,66,123).

#ae427b hex color red value is 174, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ae427b hue: 0.91 , saturation: 0.45 and the lightness value of ae427b is 0.47.

The process color (four color CMYK) of #ae427b color hex is 0.00, 0.62, 0.29, 0.32. Web safe color of #ae427b is #993366. Color #ae427b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 01111011
Octal 256 102 173
Decimal 174 66 123
Hex AE 42 7B

RGB Percentages of Color #ae427b

%47.93
%18.18
%33.88

CMYK Percentages of Color #ae427b

%0
%62
%29
%32

Triadic Colors of #ae427b

#ae427b #7bae42 #427bae

Analogous Colors of #ae427b

#ae427b #ae4245 #ab42ae

Monochromatic Colors of #ae427b

#ae427b

Complementary Color

#ae427b #42ae75

#ae427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae427b Color CSS Codes

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

#ae427b Text Font Color

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

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


#ae427b Background Color

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

This div background color is #ae427b


#ae427b Border Color

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

This div border color is #ae427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae427b


Comments

No comments written yet.

Please login to write comment.