Color Hex Logo

#ae629b Color Hex

#AE629B
(174,98,155)
0 Favorites   0 Comments

Color spaces of #ae629b

RGB 17498155
HSL0.880.320.53
HSV315°44°68°
CMYK 0.000.440.11   0.32
XYZ27.739620.100633.4281
Yxy20.10060.34130.2473
Hunter Lab44.833731.9829-12.8232
CIE-Lab51.950838.7669-17.7648

#ae629b color RGB value is (174,98,155).

#ae629b hex color red value is 174, green value is 98 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae629b hue: 0.88 , saturation: 0.32 and the lightness value of ae629b is 0.53.

The process color (four color CMYK) of #ae629b color hex is 0.00, 0.44, 0.11, 0.32. Web safe color of #ae629b is #996699. Color #ae629b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 10011011
Octal 256 142 233
Decimal 174 98 155
Hex AE 62 9B

RGB Percentages of Color #ae629b

%40.75
%22.95
%36.30

CMYK Percentages of Color #ae629b

%0
%44
%11
%32

Triadic Colors of #ae629b

#ae629b #9bae62 #629bae

Analogous Colors of #ae629b

#ae629b #ae6275 #9b62ae

Monochromatic Colors of #ae629b

#ae629b

Complementary Color

#ae629b #62ae75

#ae629b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae629b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae629b Color CSS Codes

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

#ae629b Text Font Color

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

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


#ae629b Background Color

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

This div background color is #ae629b


#ae629b Border Color

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

This div border color is #ae629b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae629b


Comments

No comments written yet.

Please login to write comment.