Color Hex Logo

#ae426b Color Hex

#AE426B
(174,66,107)
0 Favorites   0 Comments

Color spaces of #ae426b

RGB 17466107
HSL0.940.450.47
HSV337°62°68°
CMYK 0.000.620.39   0.32
XYZ22.057613.956615.4413
Yxy13.95660.42870.2712
Hunter Lab37.358540.01431.6448
CIE-Lab44.170647.9066-0.5544

#ae426b color RGB value is (174,66,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 01101011
Octal 256 102 153
Decimal 174 66 107
Hex AE 42 6B

RGB Percentages of Color #ae426b

%50.14
%19.02
%30.84

CMYK Percentages of Color #ae426b

%0
%62
%39
%32

Triadic Colors of #ae426b

#ae426b #6bae42 #426bae

Analogous Colors of #ae426b

#ae426b #ae4f42 #ae42a1

Monochromatic Colors of #ae426b

#ae426b

Complementary Color

#ae426b #42ae85

#ae426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae426b Color CSS Codes

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

#ae426b Text Font Color

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

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


#ae426b Background Color

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

This div background color is #ae426b


#ae426b Border Color

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

This div border color is #ae426b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae426b


Comments

No comments written yet.

Please login to write comment.