Color Hex Logo

#a85bcc Color Hex

#A85BCC
(168,91,204)
0 Favorites   0 Comments

Color spaces of #a85bcc

RGB 16891204
HSL0.780.530.58
HSV281°55°80°
CMYK 0.180.550.00   0.20
XYZ30.788620.166659.3966
Yxy20.16660.27900.1827
Hunter Lab44.907243.7927-46.9849
CIE-Lab52.025150.1782-46.1324

#a85bcc color RGB value is (168,91,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011011 11001100
Octal 250 133 314
Decimal 168 91 204
Hex A8 5B CC

RGB Percentages of Color #a85bcc

%36.29
%19.65
%44.06

CMYK Percentages of Color #a85bcc

%18
%55
%0
%20

Triadic Colors of #a85bcc

#a85bcc #cca85b #5bcca8

Analogous Colors of #a85bcc

#a85bcc #cc5bb8 #705bcc

Monochromatic Colors of #a85bcc

#a85bcc

Complementary Color

#a85bcc #7fcc5b

#a85bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85bcc Color CSS Codes

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

#a85bcc Text Font Color

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

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


#a85bcc Background Color

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

This div background color is #a85bcc


#a85bcc Border Color

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

This div border color is #a85bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,91,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85bcc


Comments

No comments written yet.

Please login to write comment.