Color Hex Logo

#af8bfc Color Hex

#AF8BFC
(175,139,252)
0 Favorites   0 Comments

Color spaces of #af8bfc

RGB 175139252
HSL0.720.950.77
HSV259°45°99°
CMYK 0.310.450.00   0.01
XYZ44.482534.607596.4309
Yxy34.60750.25340.1972
Hunter Lab58.828132.0223-56.0083
CIE-Lab65.441937.1555-51.6481

#af8bfc color RGB value is (175,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001011 11111100
Octal 257 213 374
Decimal 175 139 252
Hex AF 8B FC

RGB Percentages of Color #af8bfc

%30.92
%24.56
%44.52

CMYK Percentages of Color #af8bfc

%31
%45
%0
%1

Triadic Colors of #af8bfc

#af8bfc #fcaf8b #8bfcaf

Analogous Colors of #af8bfc

#af8bfc #e88bfc #8ba0fc

Monochromatic Colors of #af8bfc

#af8bfc

Complementary Color

#af8bfc #d8fc8b

#af8bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8bfc Color CSS Codes

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

#af8bfc Text Font Color

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

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


#af8bfc Background Color

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

This div background color is #af8bfc


#af8bfc Border Color

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

This div border color is #af8bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8bfc


Comments

No comments written yet.

Please login to write comment.