Color Hex Logo

#ae026b Color Hex

#AE026B
(174,2,107)
0 Favorites   0 Comments

Color spaces of #ae026b

RGB 1742107
HSL0.900.980.35
HSV323°99°68°
CMYK 0.000.990.39   0.32
XYZ20.131110.103614.7991
Yxy10.10360.44700.2244
Hunter Lab31.786257.4235-5.3541
CIE-Lab38.027765.1654-9.6792

#ae026b color RGB value is (174,2,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 01101011
Octal 256 2 153
Decimal 174 2 107
Hex AE 2 6B

RGB Percentages of Color #ae026b

%61.48
%0.71
%37.81

CMYK Percentages of Color #ae026b

%0
%99
%39
%32

Triadic Colors of #ae026b

#ae026b #6bae02 #026bae

Analogous Colors of #ae026b

#ae026b #ae0215 #9b02ae

Monochromatic Colors of #ae026b

#ae026b

Complementary Color

#ae026b #02ae45

#ae026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae026b Color CSS Codes

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

#ae026b Text Font Color

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

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


#ae026b Background Color

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

This div background color is #ae026b


#ae026b Border Color

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

This div border color is #ae026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae026b


Comments

No comments written yet.

Please login to write comment.