Color Hex Logo

#af6bdc Color Hex

#AF6BDC
(175,107,220)
0 Favorites   0 Comments

Color spaces of #af6bdc

RGB 175107220
HSL0.770.620.64
HSV276°51°86°
CMYK 0.200.510.00   0.14
XYZ35.855224.796770.6066
Yxy24.79670.27320.1889
Hunter Lab49.796341.3832-49.2104
CIE-Lab56.876847.1536-47.4615

#af6bdc color RGB value is (175,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101011 11011100
Octal 257 153 334
Decimal 175 107 220
Hex AF 6B DC

RGB Percentages of Color #af6bdc

%34.86
%21.31
%43.82

CMYK Percentages of Color #af6bdc

%20
%51
%0
%14

Triadic Colors of #af6bdc

#af6bdc #dcaf6b #6bdcaf

Analogous Colors of #af6bdc

#af6bdc #dc6bd1 #776bdc

Monochromatic Colors of #af6bdc

#af6bdc

Complementary Color

#af6bdc #98dc6b

#af6bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6bdc Color CSS Codes

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

#af6bdc Text Font Color

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

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


#af6bdc Background Color

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

This div background color is #af6bdc


#af6bdc Border Color

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

This div border color is #af6bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6bdc


Comments

No comments written yet.

Please login to write comment.