Color Hex Logo

#a784cd Color Hex

#A784CD
(167,132,205)
0 Favorites   0 Comments

Color spaces of #a784cd

RGB 167132205
HSL0.750.420.66
HSV269°36°80°
CMYK 0.190.360.00   0.20
XYZ35.207129.125861.5238
Yxy29.12580.27970.2314
Hunter Lab53.968322.0028-29.8127
CIE-Lab60.892527.6546-32.7717

#a784cd color RGB value is (167,132,205).

#a784cd hex color red value is 167, green value is 132 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a784cd hue: 0.75 , saturation: 0.42 and the lightness value of a784cd is 0.66.

The process color (four color CMYK) of #a784cd color hex is 0.19, 0.36, 0.00, 0.20. Web safe color of #a784cd is #9999cc. Color #a784cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000100 11001101
Octal 247 204 315
Decimal 167 132 205
Hex A7 84 CD

RGB Percentages of Color #a784cd

%33.13
%26.19
%40.67

CMYK Percentages of Color #a784cd

%19
%36
%0
%20

Triadic Colors of #a784cd

#a784cd #cda784 #84cda7

Analogous Colors of #a784cd

#a784cd #cc84cd #8486cd

Monochromatic Colors of #a784cd

#a784cd

Complementary Color

#a784cd #aacd84

#a784cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a784cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a784cd Color CSS Codes

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

#a784cd Text Font Color

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

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


#a784cd Background Color

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

This div background color is #a784cd


#a784cd Border Color

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

This div border color is #a784cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a784cd


Comments

No comments written yet.

Please login to write comment.