Color Hex Logo

#a08fce Color Hex

#A08FCE
(160,143,206)
0 Favorites   0 Comments

Color spaces of #a08fce

RGB 160143206
HSL0.710.390.68
HSV256°31°81°
CMYK 0.220.310.00   0.19
XYZ35.460231.574762.6181
Yxy31.57470.27350.2435
Hunter Lab56.191414.3095-26.7372
CIE-Lab62.989819.4729-30.1302

#a08fce color RGB value is (160,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001111 11001110
Octal 240 217 316
Decimal 160 143 206
Hex A0 8F CE

RGB Percentages of Color #a08fce

%31.43
%28.09
%40.47

CMYK Percentages of Color #a08fce

%22
%31
%0
%19

Triadic Colors of #a08fce

#a08fce #cea08f #8fcea0

Analogous Colors of #a08fce

#a08fce #c08fce #8f9ece

Monochromatic Colors of #a08fce

#a08fce

Complementary Color

#a08fce #bdce8f

#a08fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08fce Color CSS Codes

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

#a08fce Text Font Color

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

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


#a08fce Background Color

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

This div background color is #a08fce


#a08fce Border Color

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

This div border color is #a08fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08fce

#a08fce Color Palettes


Comments

No comments written yet.

Please login to write comment.