color codes Logo

#ae025d color codes

#AE025D
(174,2,93)
0 Favorites   0 Comments

Color spaces of #ae025d

RGB 174293
HSL0.910.980.35
HSV328°99°68°
CMYK 0.000.990.47   0.32
XYZ19.45319.832411.2285
Yxy9.83240.48020.2427
Hunter Lab31.356755.86400.7185
CIE-Lab37.539963.8837-1.4785

#ae025d color RGB value is (174,2,93).

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

The process color (four color CMYK) of #ae025d color code is 0.00, 0.99, 0.47, 0.32. Web safe color of #ae025d is #990066. Color #ae025d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 01011101
Octal 256 2 135
Decimal 174 2 93
Hex AE 2 5D

RGB Percentages of Color #ae025d

%64.68
%0.74
%34.57

CMYK Percentages of Color #ae025d

%0
%99
%47
%32

Triadic Colors of #ae025d

#ae025d #5dae02 #025dae

Analogous Colors of #ae025d

#ae025d #ae0207 #a902ae

Monochromatic Colors of #ae025d

#ae025d

Complementary Color

#ae025d #02ae53

#ae025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae025d Color CSS Codes

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

#ae025d Text Font Color

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

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


#ae025d Background Color

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

This div background color is #ae025d


#ae025d Border Color

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

This div border color is #ae025d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae025d


Comments

No comments written yet.

Please login to write comment.