Color Hex Logo

#af6adc Color Hex

#AF6ADC
(175,106,220)
0 Favorites   0 Comments

Color spaces of #af6adc

RGB 175106220
HSL0.770.620.64
HSV276°52°86°
CMYK 0.200.520.00   0.14
XYZ35.751524.589370.5721
Yxy24.58930.27310.1878
Hunter Lab49.587641.9160-49.6690
CIE-Lab56.673047.6832-47.7846

#af6adc color RGB value is (175,106,220).

#af6adc hex color red value is 175, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af6adc hue: 0.77 , saturation: 0.62 and the lightness value of af6adc is 0.64.

The process color (four color CMYK) of #af6adc color hex is 0.20, 0.52, 0.00, 0.14. Web safe color of #af6adc is #9966cc. Color #af6adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101010 11011100
Octal 257 152 334
Decimal 175 106 220
Hex AF 6A DC

RGB Percentages of Color #af6adc

%34.93
%21.16
%43.91

CMYK Percentages of Color #af6adc

%20
%52
%0
%14

Triadic Colors of #af6adc

#af6adc #dcaf6a #6adcaf

Analogous Colors of #af6adc

#af6adc #dc6ad0 #766adc

Monochromatic Colors of #af6adc

#af6adc

Complementary Color

#af6adc #97dc6a

#af6adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6adc Color CSS Codes

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

#af6adc Text Font Color

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

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


#af6adc Background Color

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

This div background color is #af6adc


#af6adc Border Color

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

This div border color is #af6adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6adc


Comments

No comments written yet.

Please login to write comment.