Color Hex Logo

#a08dfb Color Hex

#A08DFB
(160,141,251)
0 Favorites   0 Comments

Color spaces of #a08dfb

RGB 160141251
HSL0.700.930.77
HSV250°44°98°
CMYK 0.360.440.00   0.02
XYZ41.434733.488495.5468
Yxy33.48840.24310.1964
Hunter Lab57.869226.5361-57.3843
CIE-Lab64.554431.9043-52.5895

#a08dfb color RGB value is (160,141,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001101 11111011
Octal 240 215 373
Decimal 160 141 251
Hex A0 8D FB

RGB Percentages of Color #a08dfb

%28.99
%25.54
%45.47

CMYK Percentages of Color #a08dfb

%36
%44
%0
%2

Triadic Colors of #a08dfb

#a08dfb #fba08d #8dfba0

Analogous Colors of #a08dfb

#a08dfb #d78dfb #8db1fb

Monochromatic Colors of #a08dfb

#a08dfb

Complementary Color

#a08dfb #e8fb8d

#a08dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08dfb Color CSS Codes

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

#a08dfb Text Font Color

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

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


#a08dfb Background Color

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

This div background color is #a08dfb


#a08dfb Border Color

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

This div border color is #a08dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,141,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 #a08dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08dfb


Comments

No comments written yet.

Please login to write comment.