color codes Logo

#ae277d color codes

#AE277D
(174,39,125)
0 Favorites   0 Comments

Color spaces of #ae277d

RGB 17439125
HSL0.890.630.42
HSV322°78°68°
CMYK 0.000.780.28   0.32
XYZ21.882711.930420.5515
Yxy11.93040.40250.2195
Hunter Lab34.540452.6410-11.0992
CIE-Lab41.105360.3050-16.2675

#ae277d color RGB value is (174,39,125).

#ae277d hex color red value is 174, green value is 39 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ae277d hue: 0.89 , saturation: 0.63 and the lightness value of ae277d is 0.42.

The process color (four color CMYK) of #ae277d color code is 0.00, 0.78, 0.28, 0.32. Web safe color of #ae277d is #993366. Color #ae277d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 01111101
Octal 256 47 175
Decimal 174 39 125
Hex AE 27 7D

RGB Percentages of Color #ae277d

%51.48
%11.54
%36.98

CMYK Percentages of Color #ae277d

%0
%78
%28
%32

Triadic Colors of #ae277d

#ae277d #7dae27 #277dae

Analogous Colors of #ae277d

#ae277d #ae273a #9c27ae

Monochromatic Colors of #ae277d

#ae277d

Complementary Color

#ae277d #27ae58

#ae277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae277d Color CSS Codes

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

#ae277d Text Font Color

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

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


#ae277d Background Color

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

This div background color is #ae277d


#ae277d Border Color

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

This div border color is #ae277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae277d


Comments

No comments written yet.

Please login to write comment.