Color Hex Logo

#a068fd Color Hex

#A068FD
(160,104,253)
0 Favorites   0 Comments

Color spaces of #a068fd

RGB 160104253
HSL0.730.970.70
HSV263°59°99°
CMYK 0.370.590.00   0.01
XYZ37.177124.466195.6915
Yxy24.46610.23630.1555
Hunter Lab49.463247.6019-80.0781
CIE-Lab56.551552.9423-66.4843

#a068fd color RGB value is (160,104,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 11111101
Octal 240 150 375
Decimal 160 104 253
Hex A0 68 FD

RGB Percentages of Color #a068fd

%30.95
%20.12
%48.94

CMYK Percentages of Color #a068fd

%37
%59
%0
%1

Triadic Colors of #a068fd

#a068fd #fda068 #68fda0

Analogous Colors of #a068fd

#a068fd #eb68fd #687bfd

Monochromatic Colors of #a068fd

#a068fd

Complementary Color

#a068fd #c5fd68

#a068fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068fd Color CSS Codes

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

#a068fd Text Font Color

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

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


#a068fd Background Color

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

This div background color is #a068fd


#a068fd Border Color

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

This div border color is #a068fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068fd


Comments

No comments written yet.

Please login to write comment.