Color Hex Logo

#a568fa Color Hex

#A568FA
(165,104,250)
0 Favorites   0 Comments

Color spaces of #a568fa

RGB 165104250
HSL0.740.940.69
HSV265°58°98°
CMYK 0.340.580.00   0.02
XYZ37.722724.802193.2416
Yxy24.80210.24220.1592
Hunter Lab49.801748.0533-76.1449
CIE-Lab56.882153.2973-64.2652

#a568fa color RGB value is (165,104,250).

#a568fa hex color red value is 165, green value is 104 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a568fa hue: 0.74 , saturation: 0.94 and the lightness value of a568fa is 0.69.

The process color (four color CMYK) of #a568fa color hex is 0.34, 0.58, 0.00, 0.02. Web safe color of #a568fa is #9966ff. Color #a568fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 11111010
Octal 245 150 372
Decimal 165 104 250
Hex A5 68 FA

RGB Percentages of Color #a568fa

%31.79
%20.04
%48.17

CMYK Percentages of Color #a568fa

%34
%58
%0
%2

Triadic Colors of #a568fa

#a568fa #faa568 #68faa5

Analogous Colors of #a568fa

#a568fa #ee68fa #6874fa

Monochromatic Colors of #a568fa

#a568fa

Complementary Color

#a568fa #bdfa68

#a568fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a568fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a568fa Color CSS Codes

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

#a568fa Text Font Color

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

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


#a568fa Background Color

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

This div background color is #a568fa


#a568fa Border Color

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

This div border color is #a568fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a568fa


Comments

No comments written yet.

Please login to write comment.