Color Hex Logo

#a361bf Color Hex

#A361BF
(163,97,191)
0 Favorites   0 Comments

Color spaces of #a361bf

RGB 16397191
HSL0.780.420.56
HSV282°49°75°
CMYK 0.150.490.00   0.25
XYZ28.782920.097551.6524
Yxy20.09750.28630.1999
Hunter Lab44.830236.1516-36.9315
CIE-Lab51.947342.8888-38.8312

#a361bf color RGB value is (163,97,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100001 10111111
Octal 243 141 277
Decimal 163 97 191
Hex A3 61 BF

RGB Percentages of Color #a361bf

%36.14
%21.51
%42.35

CMYK Percentages of Color #a361bf

%15
%49
%0
%25

Triadic Colors of #a361bf

#a361bf #bfa361 #61bfa3

Analogous Colors of #a361bf

#a361bf #bf61ac #7461bf

Monochromatic Colors of #a361bf

#a361bf

Complementary Color

#a361bf #7dbf61

#a361bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a361bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a361bf Color CSS Codes

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

#a361bf Text Font Color

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

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


#a361bf Background Color

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

This div background color is #a361bf


#a361bf Border Color

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

This div border color is #a361bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a361bf


Comments

No comments written yet.

Please login to write comment.