Color Hex Logo

#a58ce8 Color Hex

#A58CE8
(165,140,232)
0 Favorites   0 Comments

Color spaces of #a58ce8

RGB 165140232
HSL0.710.670.73
HSV256°40°91°
CMYK 0.290.400.00   0.09
XYZ39.460632.581780.5530
Yxy32.58170.25860.2135
Hunter Lab57.080423.5093-43.7150
CIE-Lab63.820828.9475-43.2635

#a58ce8 color RGB value is (165,140,232).

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

The process color (four color CMYK) of #a58ce8 color hex is 0.29, 0.40, 0.00, 0.09. Web safe color of #a58ce8 is #9999ff. Color #a58ce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001100 11101000
Octal 245 214 350
Decimal 165 140 232
Hex A5 8C E8

RGB Percentages of Color #a58ce8

%30.73
%26.07
%43.20

CMYK Percentages of Color #a58ce8

%29
%40
%0
%9

Triadic Colors of #a58ce8

#a58ce8 #e8a58c #8ce8a5

Analogous Colors of #a58ce8

#a58ce8 #d38ce8 #8ca1e8

Monochromatic Colors of #a58ce8

#a58ce8

Complementary Color

#a58ce8 #cfe88c

#a58ce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58ce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58ce8 Color CSS Codes

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

#a58ce8 Text Font Color

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

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


#a58ce8 Background Color

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

This div background color is #a58ce8


#a58ce8 Border Color

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

This div border color is #a58ce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58ce8


Comments

No comments written yet.

Please login to write comment.