Color Hex Logo

#a090bc Color Hex

#A090BC
(160,144,188)
0 Favorites   0 Comments

Color spaces of #a090bc

RGB 160144188
HSL0.730.250.65
HSV262°23°74°
CMYK 0.150.230.00   0.26
XYZ33.547631.050951.8022
Yxy31.05090.28820.2668
Hunter Lab55.72339.9481-16.1116
CIE-Lab62.550614.7747-20.7002

#a090bc color RGB value is (160,144,188).

#a090bc hex color red value is 160, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a090bc hue: 0.73 , saturation: 0.25 and the lightness value of a090bc is 0.65.

The process color (four color CMYK) of #a090bc color hex is 0.15, 0.23, 0.00, 0.26. Web safe color of #a090bc is #9999cc. Color #a090bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 10111100
Octal 240 220 274
Decimal 160 144 188
Hex A0 90 BC

RGB Percentages of Color #a090bc

%32.52
%29.27
%38.21

CMYK Percentages of Color #a090bc

%15
%23
%0
%26

Triadic Colors of #a090bc

#a090bc #bca090 #90bca0

Analogous Colors of #a090bc

#a090bc #b690bc #9096bc

Monochromatic Colors of #a090bc

#a090bc

Complementary Color

#a090bc #acbc90

#a090bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a090bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a090bc Color CSS Codes

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

#a090bc Text Font Color

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

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


#a090bc Background Color

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

This div background color is #a090bc


#a090bc Border Color

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

This div border color is #a090bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a090bc


Comments

No comments written yet.

Please login to write comment.