Color Hex Logo

#a08fdc Color Hex

#A08FDC
(160,143,220)
0 Favorites   0 Comments

Color spaces of #a08fdc

RGB 160143220
HSL0.700.520.71
HSV253°35°86°
CMYK 0.270.350.00   0.14
XYZ37.237932.285871.9793
Yxy32.28580.26320.2282
Hunter Lab56.820617.5456-35.3331
CIE-Lab63.578422.8530-37.0217

#a08fdc color RGB value is (160,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001111 11011100
Octal 240 217 334
Decimal 160 143 220
Hex A0 8F DC

RGB Percentages of Color #a08fdc

%30.59
%27.34
%42.07

CMYK Percentages of Color #a08fdc

%27
%35
%0
%14

Triadic Colors of #a08fdc

#a08fdc #dca08f #8fdca0

Analogous Colors of #a08fdc

#a08fdc #c78fdc #8fa5dc

Monochromatic Colors of #a08fdc

#a08fdc

Complementary Color

#a08fdc #cbdc8f

#a08fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08fdc Color CSS Codes

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

#a08fdc Text Font Color

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

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


#a08fdc Background Color

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

This div background color is #a08fdc


#a08fdc Border Color

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

This div border color is #a08fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08fdc


Comments

No comments written yet.

Please login to write comment.