Color Hex Logo

#a58cde Color Hex

#A58CDE
(165,140,222)
0 Favorites   0 Comments

Color spaces of #a58cde

RGB 165140222
HSL0.720.550.71
HSV258°37°87°
CMYK 0.260.370.00   0.13
XYZ38.079932.029473.2825
Yxy32.02940.26560.2234
Hunter Lab56.594521.0642-37.1566
CIE-Lab63.367226.5005-38.4310

#a58cde color RGB value is (165,140,222).

#a58cde hex color red value is 165, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a58cde hue: 0.72 , saturation: 0.55 and the lightness value of a58cde is 0.71.

The process color (four color CMYK) of #a58cde color hex is 0.26, 0.37, 0.00, 0.13. Web safe color of #a58cde is #9999cc. Color #a58cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001100 11011110
Octal 245 214 336
Decimal 165 140 222
Hex A5 8C DE

RGB Percentages of Color #a58cde

%31.31
%26.57
%42.13

CMYK Percentages of Color #a58cde

%26
%37
%0
%13

Triadic Colors of #a58cde

#a58cde #dea58c #8cdea5

Analogous Colors of #a58cde

#a58cde #ce8cde #8c9cde

Monochromatic Colors of #a58cde

#a58cde

Complementary Color

#a58cde #c5de8c

#a58cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58cde Color CSS Codes

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

#a58cde Text Font Color

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

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


#a58cde Background Color

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

This div background color is #a58cde


#a58cde Border Color

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

This div border color is #a58cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58cde


Comments

No comments written yet.

Please login to write comment.