Color Hex Logo

#a584cd Color Hex

#A584CD
(165,132,205)
0 Favorites   0 Comments

Color spaces of #a584cd

RGB 165132205
HSL0.740.420.66
HSV267°36°80°
CMYK 0.200.360.00   0.20
XYZ34.787828.909661.5042
Yxy28.90960.27790.2309
Hunter Lab53.767621.3966-30.1838
CIE-Lab60.701827.0455-33.0830

#a584cd color RGB value is (165,132,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 11001101
Octal 245 204 315
Decimal 165 132 205
Hex A5 84 CD

RGB Percentages of Color #a584cd

%32.87
%26.29
%40.84

CMYK Percentages of Color #a584cd

%20
%36
%0
%20

Triadic Colors of #a584cd

#a584cd #cda584 #84cda5

Analogous Colors of #a584cd

#a584cd #ca84cd #8488cd

Monochromatic Colors of #a584cd

#a584cd

Complementary Color

#a584cd #accd84

#a584cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a584cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a584cd Color CSS Codes

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

#a584cd Text Font Color

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

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


#a584cd Background Color

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

This div background color is #a584cd


#a584cd Border Color

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

This div border color is #a584cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a584cd


Comments

No comments written yet.

Please login to write comment.