Color Hex Logo

#af75dc Color Hex

#AF75DC
(175,117,220)
0 Favorites   0 Comments

Color spaces of #af75dc

RGB 175117220
HSL0.760.600.66
HSV274°47°86°
CMYK 0.200.470.00   0.14
XYZ36.958827.003870.9745
Yxy27.00380.27390.2001
Hunter Lab51.965236.0141-44.6032
CIE-Lab58.977841.7667-44.1392

#af75dc color RGB value is (175,117,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110101 11011100
Octal 257 165 334
Decimal 175 117 220
Hex AF 75 DC

RGB Percentages of Color #af75dc

%34.18
%22.85
%42.97

CMYK Percentages of Color #af75dc

%20
%47
%0
%14

Triadic Colors of #af75dc

#af75dc #dcaf75 #75dcaf

Analogous Colors of #af75dc

#af75dc #dc75d6 #7c75dc

Monochromatic Colors of #af75dc

#af75dc

Complementary Color

#af75dc #a2dc75

#af75dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af75dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af75dc Color CSS Codes

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

#af75dc Text Font Color

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

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


#af75dc Background Color

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

This div background color is #af75dc


#af75dc Border Color

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

This div border color is #af75dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af75dc


Comments

No comments written yet.

Please login to write comment.