Color Hex Logo

#a85bcb Color Hex

#A85BCB
(168,91,203)
0 Favorites   0 Comments

Color spaces of #a85bcb

RGB 16891203
HSL0.780.520.58
HSV281°55°80°
CMYK 0.170.550.00   0.20
XYZ30.669020.118858.7668
Yxy20.11880.27990.1836
Hunter Lab44.854043.5552-46.2828
CIE-Lab51.971349.9648-45.6455

#a85bcb color RGB value is (168,91,203).

#a85bcb hex color red value is 168, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a85bcb hue: 0.78 , saturation: 0.52 and the lightness value of a85bcb is 0.58.

The process color (four color CMYK) of #a85bcb color hex is 0.17, 0.55, 0.00, 0.20. Web safe color of #a85bcb is #9966cc. Color #a85bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011011 11001011
Octal 250 133 313
Decimal 168 91 203
Hex A8 5B CB

RGB Percentages of Color #a85bcb

%36.36
%19.70
%43.94

CMYK Percentages of Color #a85bcb

%17
%55
%0
%20

Triadic Colors of #a85bcb

#a85bcb #cba85b #5bcba8

Analogous Colors of #a85bcb

#a85bcb #cb5bb6 #705bcb

Monochromatic Colors of #a85bcb

#a85bcb

Complementary Color

#a85bcb #7ecb5b

#a85bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85bcb Color CSS Codes

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

#a85bcb Text Font Color

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

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


#a85bcb Background Color

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

This div background color is #a85bcb


#a85bcb Border Color

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

This div border color is #a85bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85bcb


Comments

No comments written yet.

Please login to write comment.