Color Hex Logo

#af6cae Color Hex

#AF6CAE
(175,108,174)
0 Favorites   0 Comments

Color spaces of #af6cae

RGB 175108174
HSL0.840.300.55
HSV301°38°69°
CMYK 0.000.380.01   0.31
XYZ30.681722.895142.8465
Yxy22.89510.31820.2374
Hunter Lab47.848830.7226-19.5974
CIE-Lab54.964137.1119-24.2079

#af6cae color RGB value is (175,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101100 10101110
Octal 257 154 256
Decimal 175 108 174
Hex AF 6C AE

RGB Percentages of Color #af6cae

%38.29
%23.63
%38.07

CMYK Percentages of Color #af6cae

%0
%38
%1
%31

Triadic Colors of #af6cae

#af6cae #aeaf6c #6caeaf

Analogous Colors of #af6cae

#af6cae #af6c8d #8f6caf

Monochromatic Colors of #af6cae

#af6cae

Complementary Color

#af6cae #6caf6d

#af6cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6cae Color CSS Codes

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

#af6cae Text Font Color

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

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


#af6cae Background Color

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

This div background color is #af6cae


#af6cae Border Color

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

This div border color is #af6cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,108,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 #af6cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6cae


Comments

No comments written yet.

Please login to write comment.