Color Hex Logo

#a08efb Color Hex

#A08EFB
(160,142,251)
0 Favorites   0 Comments

Color spaces of #a08efb

RGB 160142251
HSL0.690.930.77
HSV250°43°98°
CMYK 0.360.430.00   0.02
XYZ41.582833.784695.5962
Yxy33.78460.24320.1976
Hunter Lab58.124525.9826-56.8259
CIE-Lab64.791231.3347-52.2142

#a08efb color RGB value is (160,142,251).

#a08efb hex color red value is 160, green value is 142 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a08efb hue: 0.69 , saturation: 0.93 and the lightness value of a08efb is 0.77.

The process color (four color CMYK) of #a08efb color hex is 0.36, 0.43, 0.00, 0.02. Web safe color of #a08efb is #9999ff. Color #a08efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 11111011
Octal 240 216 373
Decimal 160 142 251
Hex A0 8E FB

RGB Percentages of Color #a08efb

%28.93
%25.68
%45.39

CMYK Percentages of Color #a08efb

%36
%43
%0
%2

Triadic Colors of #a08efb

#a08efb #fba08e #8efba0

Analogous Colors of #a08efb

#a08efb #d78efb #8eb3fb

Monochromatic Colors of #a08efb

#a08efb

Complementary Color

#a08efb #e9fb8e

#a08efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08efb Color CSS Codes

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

#a08efb Text Font Color

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

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


#a08efb Background Color

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

This div background color is #a08efb


#a08efb Border Color

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

This div border color is #a08efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08efb

Related Colors


Comments

No comments written yet.

Please login to write comment.