Color Hex Logo

#a85ccd Color Hex

#A85CCD
(168,92,205)
0 Favorites   0 Comments

Color spaces of #a85ccd

RGB 16892205
HSL0.780.530.58
HSV280°55°80°
CMYK 0.180.550.00   0.20
XYZ30.995020.386960.0591
Yxy20.38690.27810.1829
Hunter Lab45.151943.5176-47.2588
CIE-Lab52.271949.8800-46.3122

#a85ccd color RGB value is (168,92,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011100 11001101
Octal 250 134 315
Decimal 168 92 205
Hex A8 5C CD

RGB Percentages of Color #a85ccd

%36.13
%19.78
%44.09

CMYK Percentages of Color #a85ccd

%18
%55
%0
%20

Triadic Colors of #a85ccd

#a85ccd #cda85c #5ccda8

Analogous Colors of #a85ccd

#a85ccd #cd5cba #705ccd

Monochromatic Colors of #a85ccd

#a85ccd

Complementary Color

#a85ccd #81cd5c

#a85ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85ccd Color CSS Codes

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

#a85ccd Text Font Color

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

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


#a85ccd Background Color

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

This div background color is #a85ccd


#a85ccd Border Color

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

This div border color is #a85ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85ccd


Comments

No comments written yet.

Please login to write comment.