Color Hex Logo

#a08cef Color Hex

#A08CEF
(160,140,239)
0 Favorites   0 Comments

Color spaces of #a08cef

RGB 160140239
HSL0.700.760.74
HSV252°41°94°
CMYK 0.330.410.00   0.06
XYZ39.455332.461785.8476
Yxy32.46170.25010.2058
Hunter Lab56.975223.9047-49.4529
CIE-Lab63.722729.3537-47.3120

#a08cef color RGB value is (160,140,239).

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

The process color (four color CMYK) of #a08cef color hex is 0.33, 0.41, 0.00, 0.06. Web safe color of #a08cef is #9999ff. Color #a08cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001100 11101111
Octal 240 214 357
Decimal 160 140 239
Hex A0 8C EF

RGB Percentages of Color #a08cef

%29.68
%25.97
%44.34

CMYK Percentages of Color #a08cef

%33
%41
%0
%6

Triadic Colors of #a08cef

#a08cef #efa08c #8cefa0

Analogous Colors of #a08cef

#a08cef #d28cef #8caaef

Monochromatic Colors of #a08cef

#a08cef

Complementary Color

#a08cef #dbef8c

#a08cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08cef Color CSS Codes

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

#a08cef Text Font Color

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

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


#a08cef Background Color

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

This div background color is #a08cef


#a08cef Border Color

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

This div border color is #a08cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08cef


Comments

No comments written yet.

Please login to write comment.