Color Hex Logo

#a768fb Color Hex

#A768FB
(167,104,251)
0 Favorites   0 Comments

Color spaces of #a768fb

RGB 167104251
HSL0.740.950.70
HSV266°59°98°
CMYK 0.330.590.00   0.02
XYZ38.299325.081294.0893
Yxy25.08120.24320.1593
Hunter Lab50.081148.8650-76.3335
CIE-Lab57.154553.9860-64.3695

#a768fb color RGB value is (167,104,251).

#a768fb hex color red value is 167, green value is 104 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a768fb hue: 0.74 , saturation: 0.95 and the lightness value of a768fb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101000 11111011
Octal 247 150 373
Decimal 167 104 251
Hex A7 68 FB

RGB Percentages of Color #a768fb

%31.99
%19.92
%48.08

CMYK Percentages of Color #a768fb

%33
%59
%0
%2

Triadic Colors of #a768fb

#a768fb #fba768 #68fba7

Analogous Colors of #a768fb

#a768fb #f168fb #6873fb

Monochromatic Colors of #a768fb

#a768fb

Complementary Color

#a768fb #bcfb68

#a768fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a768fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a768fb Color CSS Codes

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

#a768fb Text Font Color

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

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


#a768fb Background Color

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

This div background color is #a768fb


#a768fb Border Color

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

This div border color is #a768fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a768fb

Related Colors


Comments

No comments written yet.

Please login to write comment.