Color Hex Logo

#a566bc Color Hex

#A566BC
(165,102,188)
0 Favorites   0 Comments

Color spaces of #a566bc

RGB 165102188
HSL0.790.390.57
HSV284°46°74°
CMYK 0.120.460.00   0.26
XYZ29.345521.132950.1093
Yxy21.13290.29170.2101
Hunter Lab45.970533.4979-32.4486
CIE-Lab53.094640.1168-35.2839

#a566bc color RGB value is (165,102,188).

#a566bc hex color red value is 165, green value is 102 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a566bc hue: 0.79 , saturation: 0.39 and the lightness value of a566bc is 0.57.

The process color (four color CMYK) of #a566bc color hex is 0.12, 0.46, 0.00, 0.26. Web safe color of #a566bc is #9966cc. Color #a566bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100110 10111100
Octal 245 146 274
Decimal 165 102 188
Hex A5 66 BC

RGB Percentages of Color #a566bc

%36.26
%22.42
%41.32

CMYK Percentages of Color #a566bc

%12
%46
%0
%26

Triadic Colors of #a566bc

#a566bc #bca566 #66bca5

Analogous Colors of #a566bc

#a566bc #bc66a8 #7a66bc

Monochromatic Colors of #a566bc

#a566bc

Complementary Color

#a566bc #7dbc66

#a566bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a566bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a566bc Color CSS Codes

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

#a566bc Text Font Color

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

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


#a566bc Background Color

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

This div background color is #a566bc


#a566bc Border Color

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

This div border color is #a566bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a566bc


Comments

No comments written yet.

Please login to write comment.