Color Hex Logo

#a58cec Color Hex

#A58CEC
(165,140,236)
0 Favorites   0 Comments

Color spaces of #a58cec

RGB 165140236
HSL0.710.720.74
HSV256°41°93°
CMYK 0.300.410.00   0.07
XYZ40.035532.811683.5801
Yxy32.81160.25590.2098
Hunter Lab57.281424.5159-46.4139
CIE-Lab64.008129.9428-45.1786

#a58cec color RGB value is (165,140,236).

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

The process color (four color CMYK) of #a58cec color hex is 0.30, 0.41, 0.00, 0.07. Web safe color of #a58cec is #9999ff. Color #a58cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001100 11101100
Octal 245 214 354
Decimal 165 140 236
Hex A5 8C EC

RGB Percentages of Color #a58cec

%30.50
%25.88
%43.62

CMYK Percentages of Color #a58cec

%30
%41
%0
%7

Triadic Colors of #a58cec

#a58cec #eca58c #8ceca5

Analogous Colors of #a58cec

#a58cec #d58cec #8ca3ec

Monochromatic Colors of #a58cec

#a58cec

Complementary Color

#a58cec #d3ec8c

#a58cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58cec Color CSS Codes

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

#a58cec Text Font Color

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

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


#a58cec Background Color

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

This div background color is #a58cec


#a58cec Border Color

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

This div border color is #a58cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58cec


Comments

No comments written yet.

Please login to write comment.