Color Hex Logo

#a093f1 Color Hex

#A093F1
(160,147,241)
0 Favorites   0 Comments

Color spaces of #a093f1

RGB 160147241
HSL0.690.770.76
HSV248°39°95°
CMYK 0.340.390.00   0.05
XYZ40.808134.691987.7645
Yxy34.69190.25000.2125
Hunter Lab58.899820.5971-47.1160
CIE-Lab65.508125.8729-45.5988

#a093f1 color RGB value is (160,147,241).

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

The process color (four color CMYK) of #a093f1 color hex is 0.34, 0.39, 0.00, 0.05. Web safe color of #a093f1 is #9999ff. Color #a093f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010011 11110001
Octal 240 223 361
Decimal 160 147 241
Hex A0 93 F1

RGB Percentages of Color #a093f1

%29.20
%26.82
%43.98

CMYK Percentages of Color #a093f1

%34
%39
%0
%5

Triadic Colors of #a093f1

#a093f1 #f1a093 #93f1a0

Analogous Colors of #a093f1

#a093f1 #cf93f1 #93b5f1

Monochromatic Colors of #a093f1

#a093f1

Complementary Color

#a093f1 #e4f193

#a093f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a093f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a093f1 Color CSS Codes

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

#a093f1 Text Font Color

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

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


#a093f1 Background Color

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

This div background color is #a093f1


#a093f1 Border Color

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

This div border color is #a093f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a093f1


Comments

No comments written yet.

Please login to write comment.