Color Hex Logo

#a58ece Color Hex

#A58ECE
(165,142,206)
0 Favorites   0 Comments

Color spaces of #a58ece

RGB 165142206
HSL0.730.400.68
HSV262°31°81°
CMYK 0.200.310.00   0.19
XYZ36.330631.801662.6160
Yxy31.80160.27790.2432
Hunter Lab56.392916.3094-26.3578
CIE-Lab63.178621.5806-29.8029

#a58ece color RGB value is (165,142,206).

#a58ece hex color red value is 165, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a58ece hue: 0.73 , saturation: 0.40 and the lightness value of a58ece is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001110 11001110
Octal 245 216 316
Decimal 165 142 206
Hex A5 8E CE

RGB Percentages of Color #a58ece

%32.16
%27.68
%40.16

CMYK Percentages of Color #a58ece

%20
%31
%0
%19

Triadic Colors of #a58ece

#a58ece #cea58e #8ecea5

Analogous Colors of #a58ece

#a58ece #c58ece #8e97ce

Monochromatic Colors of #a58ece

#a58ece

Complementary Color

#a58ece #b7ce8e

#a58ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58ece Color CSS Codes

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

#a58ece Text Font Color

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

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


#a58ece Background Color

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

This div background color is #a58ece


#a58ece Border Color

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

This div border color is #a58ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58ece


Comments

No comments written yet.

Please login to write comment.