Color Hex Logo

#a568fb Color Hex

#A568FB
(165,104,251)
0 Favorites   0 Comments

Color spaces of #a568fb

RGB 165104251
HSL0.740.950.70
HSV265°59°98°
CMYK 0.340.590.00   0.02
XYZ37.880024.865094.0697
Yxy24.86500.24160.1586
Hunter Lab49.864848.3348-76.9449
CIE-Lab56.943653.5420-64.7197

#a568fb color RGB value is (165,104,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 11111011
Octal 245 150 373
Decimal 165 104 251
Hex A5 68 FB

RGB Percentages of Color #a568fb

%31.73
%20.00
%48.27

CMYK Percentages of Color #a568fb

%34
%59
%0
%2

Triadic Colors of #a568fb

#a568fb #fba568 #68fba5

Analogous Colors of #a568fb

#a568fb #ef68fb #6875fb

Monochromatic Colors of #a568fb

#a568fb

Complementary Color

#a568fb #befb68

#a568fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a568fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a568fb Color CSS Codes

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

#a568fb Text Font Color

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

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


#a568fb Background Color

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

This div background color is #a568fb


#a568fb Border Color

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

This div border color is #a568fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a568fb

Related Colors


Comments

No comments written yet.

Please login to write comment.