color codes Logo

#ae075e color codes

#AE075E
(174,7,94)
0 Favorites   0 Comments

Color spaces of #ae075e

RGB 174794
HSL0.910.920.35
HSV329°96°68°
CMYK 0.000.960.46   0.32
XYZ19.55199.958811.4814
Yxy9.95880.47700.2429
Hunter Lab31.557655.36630.5192
CIE-Lab37.768463.3970-1.7835

#ae075e color RGB value is (174,7,94).

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

The process color (four color CMYK) of #ae075e color code is 0.00, 0.96, 0.46, 0.32. Web safe color of #ae075e is #990066. Color #ae075e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 01011110
Octal 256 7 136
Decimal 174 7 94
Hex AE 7 5E

RGB Percentages of Color #ae075e

%63.27
%2.55
%34.18

CMYK Percentages of Color #ae075e

%0
%96
%46
%32

Triadic Colors of #ae075e

#ae075e #5eae07 #075eae

Analogous Colors of #ae075e

#ae075e #ae070a #ab07ae

Monochromatic Colors of #ae075e

#ae075e

Complementary Color

#ae075e #07ae57

#ae075e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae075e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae075e Color CSS Codes

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

#ae075e Text Font Color

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

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


#ae075e Background Color

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

This div background color is #ae075e


#ae075e Border Color

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

This div border color is #ae075e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae075e


Comments

No comments written yet.

Please login to write comment.