Color Hex Logo

#a58beb Color Hex

#A58BEB
(165,139,235)
0 Favorites   0 Comments

Color spaces of #a58beb

RGB 165139235
HSL0.710.710.73
HSV256°41°92°
CMYK 0.300.410.00   0.08
XYZ39.745132.462782.7684
Yxy32.46270.25650.2095
Hunter Lab56.976024.8092-46.2466
CIE-Lab63.723530.2611-45.0746

#a58beb color RGB value is (165,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001011 11101011
Octal 245 213 353
Decimal 165 139 235
Hex A5 8B EB

RGB Percentages of Color #a58beb

%30.61
%25.79
%43.60

CMYK Percentages of Color #a58beb

%30
%41
%0
%8

Triadic Colors of #a58beb

#a58beb #eba58b #8beba5

Analogous Colors of #a58beb

#a58beb #d58beb #8ba1eb

Monochromatic Colors of #a58beb

#a58beb

Complementary Color

#a58beb #d1eb8b

#a58beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58beb Color CSS Codes

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

#a58beb Text Font Color

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

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


#a58beb Background Color

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

This div background color is #a58beb


#a58beb Border Color

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

This div border color is #a58beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,139,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 #a58beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58beb


Comments

No comments written yet.

Please login to write comment.