Color Hex Logo

#ae255d Color Hex

#AE255D
(174,37,93)
0 Favorites   0 Comments

Color spaces of #ae255d

RGB 1743793
HSL0.930.650.41
HSV335°79°68°
CMYK 0.000.790.47   0.32
XYZ20.092911.112111.4418
Yxy11.11210.47110.2606
Hunter Lab33.334849.25682.9837
CIE-Lab39.768657.47281.7740

#ae255d color RGB value is (174,37,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 01011101
Octal 256 45 135
Decimal 174 37 93
Hex AE 25 5D

RGB Percentages of Color #ae255d

%57.24
%12.17
%30.59

CMYK Percentages of Color #ae255d

%0
%79
%47
%32

Triadic Colors of #ae255d

#ae255d #5dae25 #255dae

Analogous Colors of #ae255d

#ae255d #ae3125 #ae25a2

Monochromatic Colors of #ae255d

#ae255d

Complementary Color

#ae255d #25ae76

#ae255d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae255d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae255d Color CSS Codes

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

#ae255d Text Font Color

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

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


#ae255d Background Color

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

This div background color is #ae255d


#ae255d Border Color

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

This div border color is #ae255d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae255d


Comments

No comments written yet.

Please login to write comment.