Color Hex Logo

#a768fd Color Hex

#A768FD
(167,104,253)
0 Favorites   0 Comments

Color spaces of #a768fd

RGB 167104253
HSL0.740.970.70
HSV265°59°99°
CMYK 0.340.590.00   0.01
XYZ38.616325.208095.7588
Yxy25.20800.24200.1580
Hunter Lab50.207649.4270-77.9360
CIE-Lab57.277554.4717-65.2774

#a768fd color RGB value is (167,104,253).

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

The process color (four color CMYK) of #a768fd color hex is 0.34, 0.59, 0.00, 0.01. Web safe color of #a768fd is #9966ff. Color #a768fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101000 11111101
Octal 247 150 375
Decimal 167 104 253
Hex A7 68 FD

RGB Percentages of Color #a768fd

%31.87
%19.85
%48.28

CMYK Percentages of Color #a768fd

%34
%59
%0
%1

Triadic Colors of #a768fd

#a768fd #fda768 #68fda7

Analogous Colors of #a768fd

#a768fd #f268fd #6874fd

Monochromatic Colors of #a768fd

#a768fd

Complementary Color

#a768fd #befd68

#a768fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a768fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a768fd Color CSS Codes

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

#a768fd Text Font Color

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

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


#a768fd Background Color

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

This div background color is #a768fd


#a768fd Border Color

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

This div border color is #a768fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,104,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a768fd


Comments

No comments written yet.

Please login to write comment.