Color Hex Logo

#a08fcf Color Hex

#A08FCF
(160,143,207)
0 Favorites   0 Comments

Color spaces of #a08fcf

RGB 160143207
HSL0.710.400.69
HSV256°31°81°
CMYK 0.230.310.00   0.19
XYZ35.582231.623563.2600
Yxy31.62350.27270.2424
Hunter Lab56.234814.5339-27.3326
CIE-Lab63.030519.7099-30.6265

#a08fcf color RGB value is (160,143,207).

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

The process color (four color CMYK) of #a08fcf color hex is 0.23, 0.31, 0.00, 0.19. Web safe color of #a08fcf is #9999cc. Color #a08fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001111 11001111
Octal 240 217 317
Decimal 160 143 207
Hex A0 8F CF

RGB Percentages of Color #a08fcf

%31.37
%28.04
%40.59

CMYK Percentages of Color #a08fcf

%23
%31
%0
%19

Triadic Colors of #a08fcf

#a08fcf #cfa08f #8fcfa0

Analogous Colors of #a08fcf

#a08fcf #c08fcf #8f9ecf

Monochromatic Colors of #a08fcf

#a08fcf

Complementary Color

#a08fcf #becf8f

#a08fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08fcf Color CSS Codes

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

#a08fcf Text Font Color

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

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


#a08fcf Background Color

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

This div background color is #a08fcf


#a08fcf Border Color

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

This div border color is #a08fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08fcf


Comments

No comments written yet.

Please login to write comment.