Color Hex Logo

#a58feb Color Hex

#A58FEB
(165,143,235)
0 Favorites   0 Comments

Color spaces of #a58feb

RGB 165143235
HSL0.710.700.74
HSV254°39°92°
CMYK 0.300.390.00   0.08
XYZ40.334933.642482.9650
Yxy33.64240.25700.2144
Hunter Lab58.002122.6261-44.2058
CIE-Lab64.677727.9884-43.5737

#a58feb color RGB value is (165,143,235).

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

The process color (four color CMYK) of #a58feb color hex is 0.30, 0.39, 0.00, 0.08. Web safe color of #a58feb is #9999ff. Color #a58feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001111 11101011
Octal 245 217 353
Decimal 165 143 235
Hex A5 8F EB

RGB Percentages of Color #a58feb

%30.39
%26.34
%43.28

CMYK Percentages of Color #a58feb

%30
%39
%0
%8

Triadic Colors of #a58feb

#a58feb #eba58f #8feba5

Analogous Colors of #a58feb

#a58feb #d38feb #8fa7eb

Monochromatic Colors of #a58feb

#a58feb

Complementary Color

#a58feb #d5eb8f

#a58feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58feb Color CSS Codes

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

#a58feb Text Font Color

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

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


#a58feb Background Color

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

This div background color is #a58feb


#a58feb Border Color

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

This div border color is #a58feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58feb


Comments

No comments written yet.

Please login to write comment.