Color Hex Logo

#a263bf Color Hex

#A263BF
(162,99,191)
0 Favorites   0 Comments

Color spaces of #a263bf

RGB 16299191
HSL0.780.420.57
HSV281°48°75°
CMYK 0.150.480.00   0.25
XYZ28.766120.366751.7052
Yxy20.36670.28530.2020
Hunter Lab45.129534.8016-36.3384
CIE-Lab52.249341.5216-38.3636

#a263bf color RGB value is (162,99,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 10111111
Octal 242 143 277
Decimal 162 99 191
Hex A2 63 BF

RGB Percentages of Color #a263bf

%35.84
%21.90
%42.26

CMYK Percentages of Color #a263bf

%15
%48
%0
%25

Triadic Colors of #a263bf

#a263bf #bfa263 #63bfa2

Analogous Colors of #a263bf

#a263bf #bf63ae #7463bf

Monochromatic Colors of #a263bf

#a263bf

Complementary Color

#a263bf #80bf63

#a263bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263bf Color CSS Codes

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

#a263bf Text Font Color

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

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


#a263bf Background Color

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

This div background color is #a263bf


#a263bf Border Color

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

This div border color is #a263bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263bf


Comments

No comments written yet.

Please login to write comment.