Color Hex Logo

#a069fd Color Hex

#A069FD
(160,105,253)
0 Favorites   0 Comments

Color spaces of #a069fd

RGB 160105253
HSL0.730.970.70
HSV262°58°99°
CMYK 0.370.580.00   0.01
XYZ37.278424.668695.7252
Yxy24.66860.23640.1565
Hunter Lab49.667547.0567-79.5036
CIE-Lab56.751152.4137-66.1626

#a069fd color RGB value is (160,105,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101001 11111101
Octal 240 151 375
Decimal 160 105 253
Hex A0 69 FD

RGB Percentages of Color #a069fd

%30.89
%20.27
%48.84

CMYK Percentages of Color #a069fd

%37
%58
%0
%1

Triadic Colors of #a069fd

#a069fd #fda069 #69fda0

Analogous Colors of #a069fd

#a069fd #ea69fd #697cfd

Monochromatic Colors of #a069fd

#a069fd

Complementary Color

#a069fd #c6fd69

#a069fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a069fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a069fd Color CSS Codes

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

#a069fd Text Font Color

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

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


#a069fd Background Color

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

This div background color is #a069fd


#a069fd Border Color

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

This div border color is #a069fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a069fd


Comments

No comments written yet.

Please login to write comment.