Color Hex Logo

#a56ccb Color Hex

#A56CCB
(165,108,203)
0 Favorites   0 Comments

Color spaces of #a56ccb

RGB 165108203
HSL0.770.480.61
HSV276°47°80°
CMYK 0.190.470.00   0.20
XYZ31.659123.036359.2777
Yxy23.03630.27780.2021
Hunter Lab47.996133.7485-39.6289
CIE-Lab55.109740.0885-40.7049

#a56ccb color RGB value is (165,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101100 11001011
Octal 245 154 313
Decimal 165 108 203
Hex A5 6C CB

RGB Percentages of Color #a56ccb

%34.66
%22.69
%42.65

CMYK Percentages of Color #a56ccb

%19
%47
%0
%20

Triadic Colors of #a56ccb

#a56ccb #cba56c #6ccba5

Analogous Colors of #a56ccb

#a56ccb #cb6cc2 #766ccb

Monochromatic Colors of #a56ccb

#a56ccb

Complementary Color

#a56ccb #92cb6c

#a56ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56ccb Color CSS Codes

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

#a56ccb Text Font Color

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

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


#a56ccb Background Color

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

This div background color is #a56ccb


#a56ccb Border Color

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

This div border color is #a56ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56ccb


Comments

No comments written yet.

Please login to write comment.