Color Hex Logo

#a093fb Color Hex

#A093FB
(160,147,251)
0 Favorites   0 Comments

Color spaces of #a093fb

RGB 160147251
HSL0.690.930.78
HSV248°41°98°
CMYK 0.360.410.00   0.02
XYZ42.343535.306195.8498
Yxy35.30610.24410.2035
Hunter Lab59.418923.2207-54.0486
CIE-Lab65.986328.4843-50.3230

#a093fb color RGB value is (160,147,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 11111011
Octal 240 223 373
Decimal 160 147 251
Hex A0 93 FB

RGB Percentages of Color #a093fb

%28.67
%26.34
%44.98

CMYK Percentages of Color #a093fb

%36
%41
%0
%2

Triadic Colors of #a093fb

#a093fb #fba093 #93fba0

Analogous Colors of #a093fb

#a093fb #d493fb #93bafb

Monochromatic Colors of #a093fb

#a093fb

Complementary Color

#a093fb #eefb93

#a093fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a093fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a093fb Color CSS Codes

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

#a093fb Text Font Color

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

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


#a093fb Background Color

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

This div background color is #a093fb


#a093fb Border Color

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

This div border color is #a093fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a093fb


Comments

No comments written yet.

Please login to write comment.