Color Hex Logo

#a363bf Color Hex

#A363BF
(163,99,191)
0 Favorites   0 Comments

Color spaces of #a363bf

RGB 16399191
HSL0.780.420.57
HSV282°48°75°
CMYK 0.150.480.00   0.25
XYZ28.970120.471851.7148
Yxy20.47180.28640.2024
Hunter Lab45.245835.1104-36.0950
CIE-Lab52.366541.8081-38.1712

#a363bf color RGB value is (163,99,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100011 10111111
Octal 243 143 277
Decimal 163 99 191
Hex A3 63 BF

RGB Percentages of Color #a363bf

%35.98
%21.85
%42.16

CMYK Percentages of Color #a363bf

%15
%48
%0
%25

Triadic Colors of #a363bf

#a363bf #bfa363 #63bfa3

Analogous Colors of #a363bf

#a363bf #bf63ad #7563bf

Monochromatic Colors of #a363bf

#a363bf

Complementary Color

#a363bf #7fbf63

#a363bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a363bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a363bf Color CSS Codes

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

#a363bf Text Font Color

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

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


#a363bf Background Color

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

This div background color is #a363bf


#a363bf Border Color

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

This div border color is #a363bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a363bf


Comments

No comments written yet.

Please login to write comment.