Color Hex Logo

#a58fdc Color Hex

#A58FDC
(165,143,220)
0 Favorites   0 Comments

Color spaces of #a58fdc

RGB 165143220
HSL0.710.520.71
HSV257°35°86°
CMYK 0.250.350.00   0.14
XYZ38.257832.811672.0270
Yxy32.81160.26740.2293
Hunter Lab57.281418.9763-34.4557
CIE-Lab64.008124.3111-36.3193

#a58fdc color RGB value is (165,143,220).

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

The process color (four color CMYK) of #a58fdc color hex is 0.25, 0.35, 0.00, 0.14. Web safe color of #a58fdc is #9999cc. Color #a58fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001111 11011100
Octal 245 217 334
Decimal 165 143 220
Hex A5 8F DC

RGB Percentages of Color #a58fdc

%31.25
%27.08
%41.67

CMYK Percentages of Color #a58fdc

%25
%35
%0
%14

Triadic Colors of #a58fdc

#a58fdc #dca58f #8fdca5

Analogous Colors of #a58fdc

#a58fdc #cc8fdc #8fa0dc

Monochromatic Colors of #a58fdc

#a58fdc

Complementary Color

#a58fdc #c6dc8f

#a58fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58fdc Color CSS Codes

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

#a58fdc Text Font Color

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

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


#a58fdc Background Color

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

This div background color is #a58fdc


#a58fdc Border Color

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

This div border color is #a58fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58fdc


Comments

No comments written yet.

Please login to write comment.