Color Hex Logo

#ae256b Color Hex

#AE256B
(174,37,107)
0 Favorites   0 Comments

Color spaces of #ae256b

RGB 17437107
HSL0.910.650.41
HSV329°79°68°
CMYK 0.000.790.39   0.32
XYZ20.771011.383315.0124
Yxy11.38330.44040.2413
Hunter Lab33.739150.8473-2.7640
CIE-Lab40.218758.8466-6.3934

#ae256b color RGB value is (174,37,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 01101011
Octal 256 45 153
Decimal 174 37 107
Hex AE 25 6B

RGB Percentages of Color #ae256b

%54.72
%11.64
%33.65

CMYK Percentages of Color #ae256b

%0
%79
%39
%32

Triadic Colors of #ae256b

#ae256b #6bae25 #256bae

Analogous Colors of #ae256b

#ae256b #ae2527 #ad25ae

Monochromatic Colors of #ae256b

#ae256b

Complementary Color

#ae256b #25ae68

#ae256b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae256b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae256b Color CSS Codes

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

#ae256b Text Font Color

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

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


#ae256b Background Color

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

This div background color is #ae256b


#ae256b Border Color

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

This div border color is #ae256b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae256b


Comments

No comments written yet.

Please login to write comment.