Color Hex Logo

#a566cb Color Hex

#A566CB
(165,102,203)
0 Favorites   0 Comments

Color spaces of #a566cb

RGB 165102203
HSL0.770.490.60
HSV277°50°80°
CMYK 0.190.500.00   0.20
XYZ31.047921.813959.0740
Yxy21.81390.27740.1949
Hunter Lab46.705436.9255-42.2976
CIE-Lab53.829043.3639-42.7258

#a566cb color RGB value is (165,102,203).

#a566cb hex color red value is 165, green value is 102 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a566cb hue: 0.77 , saturation: 0.49 and the lightness value of a566cb is 0.60.

The process color (four color CMYK) of #a566cb color hex is 0.19, 0.50, 0.00, 0.20. Web safe color of #a566cb is #9966cc. Color #a566cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100110 11001011
Octal 245 146 313
Decimal 165 102 203
Hex A5 66 CB

RGB Percentages of Color #a566cb

%35.11
%21.70
%43.19

CMYK Percentages of Color #a566cb

%19
%50
%0
%20

Triadic Colors of #a566cb

#a566cb #cba566 #66cba5

Analogous Colors of #a566cb

#a566cb #cb66bf #7366cb

Monochromatic Colors of #a566cb

#a566cb

Complementary Color

#a566cb #8ccb66

#a566cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a566cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a566cb Color CSS Codes

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

#a566cb Text Font Color

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

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


#a566cb Background Color

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

This div background color is #a566cb


#a566cb Border Color

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

This div border color is #a566cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a566cb


Comments

No comments written yet.

Please login to write comment.