Color Hex Logo

#a58cff Color Hex

#A58CFF
(165,140,255)
0 Favorites   0 Comments

Color spaces of #a58cff

RGB 165140255
HSL0.701.000.77
HSV253°45°100°
CMYK 0.350.450.00   0.00
XYZ42.945133.975598.9022
Yxy33.97550.24430.1932
Hunter Lab58.288529.5082-59.7995
CIE-Lab64.943134.7807-54.1350

#a58cff color RGB value is (165,140,255).

#a58cff hex color red value is 165, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a58cff hue: 0.70 , saturation: 1.00 and the lightness value of a58cff is 0.77.

The process color (four color CMYK) of #a58cff color hex is 0.35, 0.45, 0.00, 0.00. Web safe color of #a58cff is #9999ff. Color #a58cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001100 11111111
Octal 245 214 377
Decimal 165 140 255
Hex A5 8C FF

RGB Percentages of Color #a58cff

%29.46
%25.00
%45.54

CMYK Percentages of Color #a58cff

%35
%45
%0
%0

Triadic Colors of #a58cff

#a58cff #ffa58c #8cffa5

Analogous Colors of #a58cff

#a58cff #df8cff #8cadff

Monochromatic Colors of #a58cff

#a58cff

Complementary Color

#a58cff #e6ff8c

#a58cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58cff Color CSS Codes

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

#a58cff Text Font Color

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

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


#a58cff Background Color

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

This div background color is #a58cff


#a58cff Border Color

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

This div border color is #a58cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58cff

#a58cff Color Palettes


Comments

No comments written yet.

Please login to write comment.