Color Hex Logo

#ae257b Color Hex

#AE257B
(174,37,123)
0 Favorites   0 Comments

Color spaces of #ae257b

RGB 17437123
HSL0.900.650.41
HSV322°79°68°
CMYK 0.000.790.29   0.32
XYZ21.692311.751919.8639
Yxy11.75190.40690.2205
Hunter Lab34.281052.9591-10.3584
CIE-Lab40.819160.6474-15.4670

#ae257b color RGB value is (174,37,123).

#ae257b hex color red value is 174, green value is 37 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ae257b hue: 0.90 , saturation: 0.65 and the lightness value of ae257b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 01111011
Octal 256 45 173
Decimal 174 37 123
Hex AE 25 7B

RGB Percentages of Color #ae257b

%52.10
%11.08
%36.83

CMYK Percentages of Color #ae257b

%0
%79
%29
%32

Triadic Colors of #ae257b

#ae257b #7bae25 #257bae

Analogous Colors of #ae257b

#ae257b #ae2537 #9d25ae

Monochromatic Colors of #ae257b

#ae257b

Complementary Color

#ae257b #25ae58

#ae257b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae257b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae257b Color CSS Codes

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

#ae257b Text Font Color

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

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


#ae257b Background Color

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

This div background color is #ae257b


#ae257b Border Color

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

This div border color is #ae257b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae257b


Comments

No comments written yet.

Please login to write comment.