Color Hex Logo

#ae375f Color Hex

#AE375F
(174,55,95)
0 Favorites   0 Comments

Color spaces of #ae375f

RGB 1745595
HSL0.940.520.45
HSV340°68°68°
CMYK 0.000.680.45   0.32
XYZ20.887312.557312.1494
Yxy12.55730.45810.2754
Hunter Lab35.436343.20024.4777
CIE-Lab42.088551.34823.8669

#ae375f color RGB value is (174,55,95).

#ae375f hex color red value is 174, green value is 55 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae375f hue: 0.94 , saturation: 0.52 and the lightness value of ae375f is 0.45.

The process color (four color CMYK) of #ae375f color hex is 0.00, 0.68, 0.45, 0.32. Web safe color of #ae375f is #993366. Color #ae375f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 01011111
Octal 256 67 137
Decimal 174 55 95
Hex AE 37 5F

RGB Percentages of Color #ae375f

%53.70
%16.98
%29.32

CMYK Percentages of Color #ae375f

%0
%68
%45
%32

Triadic Colors of #ae375f

#ae375f #5fae37 #375fae

Analogous Colors of #ae375f

#ae375f #ae4b37 #ae379b

Monochromatic Colors of #ae375f

#ae375f

Complementary Color

#ae375f #37ae86

#ae375f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae375f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae375f Color CSS Codes

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

#ae375f Text Font Color

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

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


#ae375f Background Color

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

This div background color is #ae375f


#ae375f Border Color

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

This div border color is #ae375f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae375f


Comments

No comments written yet.

Please login to write comment.