Color Hex Logo

#afa3dc Color Hex

#AFA3DC
(175,163,220)
0 Favorites   0 Comments

Color spaces of #afa3dc

RGB 175163220
HSL0.700.450.75
HSV253°26°86°
CMYK 0.200.260.00   0.14
XYZ43.694740.475773.2198
Yxy40.47570.27760.2572
Hunter Lab63.620511.2583-23.7015
CIE-Lab69.807016.0351-27.2779

#afa3dc color RGB value is (175,163,220).

#afa3dc hex color red value is 175, green value is 163 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afa3dc hue: 0.70 , saturation: 0.45 and the lightness value of afa3dc is 0.75.

The process color (four color CMYK) of #afa3dc color hex is 0.20, 0.26, 0.00, 0.14. Web safe color of #afa3dc is #9999cc. Color #afa3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 11011100
Octal 257 243 334
Decimal 175 163 220
Hex AF A3 DC

RGB Percentages of Color #afa3dc

%31.36
%29.21
%39.43

CMYK Percentages of Color #afa3dc

%20
%26
%0
%14

Triadic Colors of #afa3dc

#afa3dc #dcafa3 #a3dcaf

Analogous Colors of #afa3dc

#afa3dc #cca3dc #a3b4dc

Monochromatic Colors of #afa3dc

#afa3dc

Complementary Color

#afa3dc #d0dca3

#afa3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa3dc Color CSS Codes

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

#afa3dc Text Font Color

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

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


#afa3dc Background Color

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

This div background color is #afa3dc


#afa3dc Border Color

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

This div border color is #afa3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa3dc


Comments

No comments written yet.

Please login to write comment.