Color Hex Logo

#ae126b Color Hex

#AE126B
(174,18,107)
0 Favorites   0 Comments

Color spaces of #ae126b

RGB 17418107
HSL0.900.810.38
HSV326°90°68°
CMYK 0.000.900.39   0.32
XYZ20.325710.492814.8640
Yxy10.49280.44490.2297
Hunter Lab32.392655.3181-4.5316
CIE-Lab38.712763.1700-8.6482

#ae126b color RGB value is (174,18,107).

#ae126b hex color red value is 174, green value is 18 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae126b hue: 0.90 , saturation: 0.81 and the lightness value of ae126b is 0.38.

The process color (four color CMYK) of #ae126b color hex is 0.00, 0.90, 0.39, 0.32. Web safe color of #ae126b is #990066. Color #ae126b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 01101011
Octal 256 22 153
Decimal 174 18 107
Hex AE 12 6B

RGB Percentages of Color #ae126b

%58.19
%6.02
%35.79

CMYK Percentages of Color #ae126b

%0
%90
%39
%32

Triadic Colors of #ae126b

#ae126b #6bae12 #126bae

Analogous Colors of #ae126b

#ae126b #ae121d #a312ae

Monochromatic Colors of #ae126b

#ae126b

Complementary Color

#ae126b #12ae55

#ae126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae126b Color CSS Codes

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

#ae126b Text Font Color

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

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


#ae126b Background Color

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

This div background color is #ae126b


#ae126b Border Color

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

This div border color is #ae126b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae126b


Comments

No comments written yet.

Please login to write comment.