Color Hex Logo

#a890bf Color Hex

#A890BF
(168,144,191)
0 Favorites   0 Comments

Color spaces of #a890bf

RGB 168144191
HSL0.750.270.66
HSV271°25°75°
CMYK 0.120.250.00   0.25
XYZ35.525732.032953.6008
Yxy32.03290.29320.2644
Hunter Lab56.597612.9967-16.5323
CIE-Lab63.370118.0553-21.0738

#a890bf color RGB value is (168,144,191).

#a890bf hex color red value is 168, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a890bf hue: 0.75 , saturation: 0.27 and the lightness value of a890bf is 0.66.

The process color (four color CMYK) of #a890bf color hex is 0.12, 0.25, 0.00, 0.25. Web safe color of #a890bf is #9999cc. Color #a890bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010000 10111111
Octal 250 220 277
Decimal 168 144 191
Hex A8 90 BF

RGB Percentages of Color #a890bf

%33.40
%28.63
%37.97

CMYK Percentages of Color #a890bf

%12
%25
%0
%25

Triadic Colors of #a890bf

#a890bf #bfa890 #90bfa8

Analogous Colors of #a890bf

#a890bf #bf90bf #9190bf

Monochromatic Colors of #a890bf

#a890bf

Complementary Color

#a890bf #a7bf90

#a890bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a890bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a890bf Color CSS Codes

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

#a890bf Text Font Color

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

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


#a890bf Background Color

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

This div background color is #a890bf


#a890bf Border Color

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

This div border color is #a890bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a890bf


Comments

No comments written yet.

Please login to write comment.