Color Hex Logo

#a566fc Color Hex

#A566FC
(165,102,252)
0 Favorites   0 Comments

Color spaces of #a566fc

RGB 165102252
HSL0.740.960.69
HSV265°60°99°
CMYK 0.350.600.00   0.01
XYZ37.839124.530494.8360
Yxy24.53040.24070.1560
Hunter Lab49.528249.6982-78.8581
CIE-Lab56.615054.8262-65.8022

#a566fc color RGB value is (165,102,252).

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

The process color (four color CMYK) of #a566fc color hex is 0.35, 0.60, 0.00, 0.01. Web safe color of #a566fc is #9966ff. Color #a566fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100110 11111100
Octal 245 146 374
Decimal 165 102 252
Hex A5 66 FC

RGB Percentages of Color #a566fc

%31.79
%19.65
%48.55

CMYK Percentages of Color #a566fc

%35
%60
%0
%1

Triadic Colors of #a566fc

#a566fc #fca566 #66fca5

Analogous Colors of #a566fc

#a566fc #f066fc #6672fc

Monochromatic Colors of #a566fc

#a566fc

Complementary Color

#a566fc #bdfc66

#a566fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a566fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a566fc Color CSS Codes

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

#a566fc Text Font Color

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

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


#a566fc Background Color

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

This div background color is #a566fc


#a566fc Border Color

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

This div border color is #a566fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a566fc

Related Colors


Comments

No comments written yet.

Please login to write comment.