Color Hex Logo

#af8afc Color Hex

#AF8AFC
(175,138,252)
0 Favorites   0 Comments

Color spaces of #af8afc

RGB 175138252
HSL0.720.950.76
HSV259°45°99°
CMYK 0.310.450.00   0.01
XYZ44.338434.319296.3828
Yxy34.31920.25330.1961
Hunter Lab58.582632.5787-56.5388
CIE-Lab65.215137.7133-52.0072

#af8afc color RGB value is (175,138,252).

#af8afc hex color red value is 175, green value is 138 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af8afc hue: 0.72 , saturation: 0.95 and the lightness value of af8afc is 0.76.

The process color (four color CMYK) of #af8afc color hex is 0.31, 0.45, 0.00, 0.01. Web safe color of #af8afc is #9999ff. Color #af8afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001010 11111100
Octal 257 212 374
Decimal 175 138 252
Hex AF 8A FC

RGB Percentages of Color #af8afc

%30.97
%24.42
%44.60

CMYK Percentages of Color #af8afc

%31
%45
%0
%1

Triadic Colors of #af8afc

#af8afc #fcaf8a #8afcaf

Analogous Colors of #af8afc

#af8afc #e88afc #8a9efc

Monochromatic Colors of #af8afc

#af8afc

Complementary Color

#af8afc #d7fc8a

#af8afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8afc Color CSS Codes

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

#af8afc Text Font Color

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

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


#af8afc Background Color

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

This div background color is #af8afc


#af8afc Border Color

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

This div border color is #af8afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8afc


Comments

No comments written yet.

Please login to write comment.