Color Hex Logo

#a390bf Color Hex

#A390BF
(163,144,191)
0 Favorites   0 Comments

Color spaces of #a390bf

RGB 163144191
HSL0.730.270.66
HSV264°25°75°
CMYK 0.150.250.00   0.25
XYZ34.481531.494653.5519
Yxy31.49460.28850.2635
Hunter Lab56.120011.4646-17.2928
CIE-Lab62.923016.4186-21.7967

#a390bf color RGB value is (163,144,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 10111111
Octal 243 220 277
Decimal 163 144 191
Hex A3 90 BF

RGB Percentages of Color #a390bf

%32.73
%28.92
%38.35

CMYK Percentages of Color #a390bf

%15
%25
%0
%25

Triadic Colors of #a390bf

#a390bf #bfa390 #90bfa3

Analogous Colors of #a390bf

#a390bf #bb90bf #9095bf

Monochromatic Colors of #a390bf

#a390bf

Complementary Color

#a390bf #acbf90

#a390bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390bf Color CSS Codes

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

#a390bf Text Font Color

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

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


#a390bf Background Color

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

This div background color is #a390bf


#a390bf Border Color

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

This div border color is #a390bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390bf


Comments

No comments written yet.

Please login to write comment.