Color Hex Logo

#a364bf Color Hex

#A364BF
(163,100,191)
0 Favorites   0 Comments

Color spaces of #a364bf

RGB 163100191
HSL0.780.420.57
HSV282°48°75°
CMYK 0.150.480.00   0.25
XYZ29.065420.662551.7466
Yxy20.66250.28640.2036
Hunter Lab45.456034.5881-35.6758
CIE-Lab52.578141.2645-37.8383

#a364bf color RGB value is (163,100,191).

#a364bf hex color red value is 163, green value is 100 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a364bf hue: 0.78 , saturation: 0.42 and the lightness value of a364bf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100100 10111111
Octal 243 144 277
Decimal 163 100 191
Hex A3 64 BF

RGB Percentages of Color #a364bf

%35.90
%22.03
%42.07

CMYK Percentages of Color #a364bf

%15
%48
%0
%25

Triadic Colors of #a364bf

#a364bf #bfa364 #64bfa3

Analogous Colors of #a364bf

#a364bf #bf64ae #7664bf

Monochromatic Colors of #a364bf

#a364bf

Complementary Color

#a364bf #80bf64

#a364bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a364bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a364bf Color CSS Codes

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

#a364bf Text Font Color

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

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


#a364bf Background Color

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

This div background color is #a364bf


#a364bf Border Color

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

This div border color is #a364bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a364bf


Comments

No comments written yet.

Please login to write comment.