Color Hex Logo

#af5cae Color Hex

#AF5CAE
(175,92,174)
0 Favorites   0 Comments

Color spaces of #af5cae

RGB 17592174
HSL0.840.340.52
HSV301°47°69°
CMYK 0.000.470.01   0.31
XYZ29.146319.824242.3347
Yxy19.82420.31920.2171
Hunter Lab44.524438.9310-25.2071
CIE-Lab51.637945.6296-29.3570

#af5cae color RGB value is (175,92,174).

#af5cae hex color red value is 175, green value is 92 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #af5cae hue: 0.84 , saturation: 0.34 and the lightness value of af5cae is 0.52.

The process color (four color CMYK) of #af5cae color hex is 0.00, 0.47, 0.01, 0.31. Web safe color of #af5cae is #996699. Color #af5cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011100 10101110
Octal 257 134 256
Decimal 175 92 174
Hex AF 5C AE

RGB Percentages of Color #af5cae

%39.68
%20.86
%39.46

CMYK Percentages of Color #af5cae

%0
%47
%1
%31

Triadic Colors of #af5cae

#af5cae #aeaf5c #5caeaf

Analogous Colors of #af5cae

#af5cae #af5c85 #875caf

Monochromatic Colors of #af5cae

#af5cae

Complementary Color

#af5cae #5caf5d

#af5cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5cae Color CSS Codes

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

#af5cae Text Font Color

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

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


#af5cae Background Color

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

This div background color is #af5cae


#af5cae Border Color

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

This div border color is #af5cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5cae


Comments

No comments written yet.

Please login to write comment.