Color Hex Logo

#a08fca Color Hex

#A08FCA
(160,143,202)
0 Favorites   0 Comments

Color spaces of #a08fca

RGB 160143202
HSL0.710.360.68
HSV257°29°79°
CMYK 0.210.290.00   0.21
XYZ34.980331.382860.0909
Yxy31.38280.27660.2482
Hunter Lab56.020413.4236-24.3839
CIE-Lab62.829518.5329-28.1384

#a08fca color RGB value is (160,143,202).

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

The process color (four color CMYK) of #a08fca color hex is 0.21, 0.29, 0.00, 0.21. Web safe color of #a08fca is #9999cc. Color #a08fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001111 11001010
Octal 240 217 312
Decimal 160 143 202
Hex A0 8F CA

RGB Percentages of Color #a08fca

%31.68
%28.32
%40.00

CMYK Percentages of Color #a08fca

%21
%29
%0
%21

Triadic Colors of #a08fca

#a08fca #caa08f #8fcaa0

Analogous Colors of #a08fca

#a08fca #be8fca #8f9cca

Monochromatic Colors of #a08fca

#a08fca

Complementary Color

#a08fca #b9ca8f

#a08fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08fca Color CSS Codes

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

#a08fca Text Font Color

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

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


#a08fca Background Color

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

This div background color is #a08fca


#a08fca Border Color

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

This div border color is #a08fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08fca


Comments

No comments written yet.

Please login to write comment.