Color Hex Logo

#a08cfe Color Hex

#A08CFE
(160,140,254)
0 Favorites   0 Comments

Color spaces of #a08cfe

RGB 160140254
HSL0.700.980.77
HSV251°45°100°
CMYK 0.370.450.00   0.00
XYZ41.764733.385598.0087
Yxy33.38550.24120.1928
Hunter Lab57.780227.9081-60.1236
CIE-Lab64.471833.2641-54.3625

#a08cfe color RGB value is (160,140,254).

#a08cfe hex color red value is 160, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a08cfe hue: 0.70 , saturation: 0.98 and the lightness value of a08cfe is 0.77.

The process color (four color CMYK) of #a08cfe color hex is 0.37, 0.45, 0.00, 0.00. Web safe color of #a08cfe is #9999ff. Color #a08cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001100 11111110
Octal 240 214 376
Decimal 160 140 254
Hex A0 8C FE

RGB Percentages of Color #a08cfe

%28.88
%25.27
%45.85

CMYK Percentages of Color #a08cfe

%37
%45
%0
%0

Triadic Colors of #a08cfe

#a08cfe #fea08c #8cfea0

Analogous Colors of #a08cfe

#a08cfe #d98cfe #8cb1fe

Monochromatic Colors of #a08cfe

#a08cfe

Complementary Color

#a08cfe #eafe8c

#a08cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08cfe Color CSS Codes

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

#a08cfe Text Font Color

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

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


#a08cfe Background Color

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

This div background color is #a08cfe


#a08cfe Border Color

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

This div border color is #a08cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.