Color Hex Logo

#a585bf Color Hex

#A585BF
(165,133,191)
0 Favorites   0 Comments

Color spaces of #a585bf

RGB 165133191
HSL0.760.310.64
HSV273°30°75°
CMYK 0.140.300.00   0.25
XYZ33.308528.536053.0427
Yxy28.53600.28990.2484
Hunter Lab53.419117.8170-21.4789
CIE-Lab60.369923.3326-25.6965

#a585bf color RGB value is (165,133,191).

#a585bf hex color red value is 165, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a585bf hue: 0.76 , saturation: 0.31 and the lightness value of a585bf is 0.64.

The process color (four color CMYK) of #a585bf color hex is 0.14, 0.30, 0.00, 0.25. Web safe color of #a585bf is #9999cc. Color #a585bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 10111111
Octal 245 205 277
Decimal 165 133 191
Hex A5 85 BF

RGB Percentages of Color #a585bf

%33.74
%27.20
%39.06

CMYK Percentages of Color #a585bf

%14
%30
%0
%25

Triadic Colors of #a585bf

#a585bf #bfa585 #85bfa5

Analogous Colors of #a585bf

#a585bf #bf85bc #8885bf

Monochromatic Colors of #a585bf

#a585bf

Complementary Color

#a585bf #9fbf85

#a585bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a585bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a585bf Color CSS Codes

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

#a585bf Text Font Color

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

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


#a585bf Background Color

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

This div background color is #a585bf


#a585bf Border Color

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

This div border color is #a585bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a585bf


Comments

No comments written yet.

Please login to write comment.