Color Hex Logo

#a092db Color Hex

#A092DB
(160,146,219)
0 Favorites   0 Comments

Color spaces of #a092db

RGB 160146219
HSL0.700.500.72
HSV252°33°86°
CMYK 0.270.330.00   0.14
XYZ37.562333.145871.4359
Yxy33.14580.26430.2332
Hunter Lab57.572415.7081-33.2664
CIE-Lab64.278820.8934-35.3746

#a092db color RGB value is (160,146,219).

#a092db hex color red value is 160, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a092db hue: 0.70 , saturation: 0.50 and the lightness value of a092db is 0.72.

The process color (four color CMYK) of #a092db color hex is 0.27, 0.33, 0.00, 0.14. Web safe color of #a092db is #9999cc. Color #a092db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010010 11011011
Octal 240 222 333
Decimal 160 146 219
Hex A0 92 DB

RGB Percentages of Color #a092db

%30.48
%27.81
%41.71

CMYK Percentages of Color #a092db

%27
%33
%0
%14

Triadic Colors of #a092db

#a092db #dba092 #92dba0

Analogous Colors of #a092db

#a092db #c592db #92a9db

Monochromatic Colors of #a092db

#a092db

Complementary Color

#a092db #cddb92

#a092db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a092db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a092db Color CSS Codes

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

#a092db Text Font Color

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

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


#a092db Background Color

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

This div background color is #a092db


#a092db Border Color

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

This div border color is #a092db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a092db


Comments

No comments written yet.

Please login to write comment.