Color Hex Logo

#a785dc Color Hex

#A785DC
(167,133,220)
0 Favorites   0 Comments

Color spaces of #a785dc

RGB 167133220
HSL0.730.550.69
HSV263°40°86°
CMYK 0.240.400.00   0.14
XYZ37.242130.157971.5683
Yxy30.15790.26800.2170
Hunter Lab54.916224.9486-38.8270
CIE-Lab61.790230.5744-39.7725

#a785dc color RGB value is (167,133,220).

#a785dc hex color red value is 167, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a785dc hue: 0.73 , saturation: 0.55 and the lightness value of a785dc is 0.69.

The process color (four color CMYK) of #a785dc color hex is 0.24, 0.40, 0.00, 0.14. Web safe color of #a785dc is #9999cc. Color #a785dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000101 11011100
Octal 247 205 334
Decimal 167 133 220
Hex A7 85 DC

RGB Percentages of Color #a785dc

%32.12
%25.58
%42.31

CMYK Percentages of Color #a785dc

%24
%40
%0
%14

Triadic Colors of #a785dc

#a785dc #dca785 #85dca7

Analogous Colors of #a785dc

#a785dc #d385dc #858fdc

Monochromatic Colors of #a785dc

#a785dc

Complementary Color

#a785dc #badc85

#a785dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a785dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a785dc Color CSS Codes

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

#a785dc Text Font Color

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

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


#a785dc Background Color

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

This div background color is #a785dc


#a785dc Border Color

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

This div border color is #a785dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,133,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a785dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a785dc;
  -webkit-box-shadow: 1px 1px 3px 2px #a785dc;
  box-shadow:         1px 1px 3px 2px #a785dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,133,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a785dc


Comments

No comments written yet.

Please login to write comment.