Color Hex Logo

#a58def Color Hex

#A58DEF
(165,141,239)
0 Favorites   0 Comments

Color spaces of #a58def

RGB 165141239
HSL0.710.750.75
HSV255°41°94°
CMYK 0.310.410.00   0.06
XYZ40.621933.281185.9442
Yxy33.28110.25410.2082
Hunter Lab57.689824.7326-47.9453
CIE-Lab64.387930.1268-46.2343

#a58def color RGB value is (165,141,239).

#a58def hex color red value is 165, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a58def hue: 0.71 , saturation: 0.75 and the lightness value of a58def is 0.75.

The process color (four color CMYK) of #a58def color hex is 0.31, 0.41, 0.00, 0.06. Web safe color of #a58def is #9999ff. Color #a58def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001101 11101111
Octal 245 215 357
Decimal 165 141 239
Hex A5 8D EF

RGB Percentages of Color #a58def

%30.28
%25.87
%43.85

CMYK Percentages of Color #a58def

%31
%41
%0
%6

Triadic Colors of #a58def

#a58def #efa58d #8defa5

Analogous Colors of #a58def

#a58def #d68def #8da6ef

Monochromatic Colors of #a58def

#a58def

Complementary Color

#a58def #d7ef8d

#a58def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58def Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58def Color CSS Codes

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

#a58def Text Font Color

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

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


#a58def Background Color

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

This div background color is #a58def


#a58def Border Color

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

This div border color is #a58def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58def


Comments

No comments written yet.

Please login to write comment.