Color Hex Logo

#af7adc Color Hex

#AF7ADC
(175,122,220)
0 Favorites   0 Comments

Color spaces of #af7adc

RGB 175122220
HSL0.760.580.67
HSV272°45°86°
CMYK 0.200.450.00   0.14
XYZ37.557028.200371.1739
Yxy28.20030.27430.2059
Hunter Lab53.104033.3096-42.2921
CIE-Lab60.069339.0207-42.4196

#af7adc color RGB value is (175,122,220).

#af7adc hex color red value is 175, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af7adc hue: 0.76 , saturation: 0.58 and the lightness value of af7adc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111010 11011100
Octal 257 172 334
Decimal 175 122 220
Hex AF 7A DC

RGB Percentages of Color #af7adc

%33.85
%23.60
%42.55

CMYK Percentages of Color #af7adc

%20
%45
%0
%14

Triadic Colors of #af7adc

#af7adc #dcaf7a #7adcaf

Analogous Colors of #af7adc

#af7adc #dc7ad8 #7e7adc

Monochromatic Colors of #af7adc

#af7adc

Complementary Color

#af7adc #a7dc7a

#af7adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7adc Color CSS Codes

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

#af7adc Text Font Color

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

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


#af7adc Background Color

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

This div background color is #af7adc


#af7adc Border Color

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

This div border color is #af7adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7adc


Comments

No comments written yet.

Please login to write comment.