Color Hex Logo

#a584cb Color Hex

#A584CB
(165,132,203)
0 Favorites   0 Comments

Color spaces of #a584cb

RGB 165132203
HSL0.740.410.66
HSV268°35°80°
CMYK 0.190.350.00   0.20
XYZ34.547828.813760.2406
Yxy28.81370.27950.2331
Hunter Lab53.678420.9467-28.9634
CIE-Lab60.616926.5871-32.0893

#a584cb color RGB value is (165,132,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 11001011
Octal 245 204 313
Decimal 165 132 203
Hex A5 84 CB

RGB Percentages of Color #a584cb

%33.00
%26.40
%40.60

CMYK Percentages of Color #a584cb

%19
%35
%0
%20

Triadic Colors of #a584cb

#a584cb #cba584 #84cba5

Analogous Colors of #a584cb

#a584cb #c984cb #8487cb

Monochromatic Colors of #a584cb

#a584cb

Complementary Color

#a584cb #aacb84

#a584cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a584cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a584cb Color CSS Codes

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

#a584cb Text Font Color

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

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


#a584cb Background Color

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

This div background color is #a584cb


#a584cb Border Color

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

This div border color is #a584cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,132,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a584cb


Comments

No comments written yet.

Please login to write comment.