Color Hex Logo

#ae306f Color Hex

#AE306F
(174,48,111)
0 Favorites   0 Comments

Color spaces of #ae306f

RGB 17448111
HSL0.920.570.44
HSV330°72°68°
CMYK 0.000.720.36   0.32
XYZ21.381812.260316.2785
Yxy12.26030.42830.2456
Hunter Lab35.014747.7256-3.0539
CIE-Lab41.626955.7005-6.7921

#ae306f color RGB value is (174,48,111).

#ae306f hex color red value is 174, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae306f hue: 0.92 , saturation: 0.57 and the lightness value of ae306f is 0.44.

The process color (four color CMYK) of #ae306f color hex is 0.00, 0.72, 0.36, 0.32. Web safe color of #ae306f is #993366. Color #ae306f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 01101111
Octal 256 60 157
Decimal 174 48 111
Hex AE 30 6F

RGB Percentages of Color #ae306f

%52.25
%14.41
%33.33

CMYK Percentages of Color #ae306f

%0
%72
%36
%32

Triadic Colors of #ae306f

#ae306f #6fae30 #306fae

Analogous Colors of #ae306f

#ae306f #ae3030 #ae30ae

Monochromatic Colors of #ae306f

#ae306f

Complementary Color

#ae306f #30ae6f

#ae306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae306f Color CSS Codes

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

#ae306f Text Font Color

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

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


#ae306f Background Color

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

This div background color is #ae306f


#ae306f Border Color

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

This div border color is #ae306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae306f


Comments

No comments written yet.

Please login to write comment.