Color Hex Logo

#a367bf Color Hex

#A367BF
(163,103,191)
0 Favorites   0 Comments

Color spaces of #a367bf

RGB 163103191
HSL0.780.410.58
HSV281°46°75°
CMYK 0.150.460.00   0.25
XYZ29.358521.248651.8442
Yxy21.24860.28660.2074
Hunter Lab46.096233.0176-34.4159
CIE-Lab53.220539.6242-36.8288

#a367bf color RGB value is (163,103,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100111 10111111
Octal 243 147 277
Decimal 163 103 191
Hex A3 67 BF

RGB Percentages of Color #a367bf

%35.67
%22.54
%41.79

CMYK Percentages of Color #a367bf

%15
%46
%0
%25

Triadic Colors of #a367bf

#a367bf #bfa367 #67bfa3

Analogous Colors of #a367bf

#a367bf #bf67af #7767bf

Monochromatic Colors of #a367bf

#a367bf

Complementary Color

#a367bf #83bf67

#a367bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a367bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a367bf Color CSS Codes

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

#a367bf Text Font Color

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

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


#a367bf Background Color

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

This div background color is #a367bf


#a367bf Border Color

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

This div border color is #a367bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a367bf


Comments

No comments written yet.

Please login to write comment.