Color Hex Logo

#a875fb Color Hex

#A875FB
(168,117,251)
0 Favorites   0 Comments

Color spaces of #a875fb

RGB 168117251
HSL0.730.940.72
HSV263°53°98°
CMYK 0.330.530.00   0.02
XYZ39.922328.012494.5696
Yxy28.01240.24570.1724
Hunter Lab52.926742.0196-68.8908
CIE-Lab59.899947.2967-59.9595

#a875fb color RGB value is (168,117,251).

#a875fb hex color red value is 168, green value is 117 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a875fb hue: 0.73 , saturation: 0.94 and the lightness value of a875fb is 0.72.

The process color (four color CMYK) of #a875fb color hex is 0.33, 0.53, 0.00, 0.02. Web safe color of #a875fb is #9966ff. Color #a875fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110101 11111011
Octal 250 165 373
Decimal 168 117 251
Hex A8 75 FB

RGB Percentages of Color #a875fb

%31.34
%21.83
%46.83

CMYK Percentages of Color #a875fb

%33
%53
%0
%2

Triadic Colors of #a875fb

#a875fb #fba875 #75fba8

Analogous Colors of #a875fb

#a875fb #eb75fb #7585fb

Monochromatic Colors of #a875fb

#a875fb

Complementary Color

#a875fb #c8fb75

#a875fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a875fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a875fb Color CSS Codes

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

#a875fb Text Font Color

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

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


#a875fb Background Color

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

This div background color is #a875fb


#a875fb Border Color

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

This div border color is #a875fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,117,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a875fb

Related Colors


Comments

No comments written yet.

Please login to write comment.