Color Hex Logo

#a36fcf Color Hex

#A36FCF
(163,111,207)
0 Favorites   0 Comments

Color spaces of #a36fcf

RGB 163111207
HSL0.760.500.62
HSV273°46°81°
CMYK 0.210.460.00   0.19
XYZ32.051223.660461.9091
Yxy23.66040.27250.2012
Hunter Lab48.642032.4939-41.4120
CIE-Lab55.746238.7702-41.9891

#a36fcf color RGB value is (163,111,207).

#a36fcf hex color red value is 163, green value is 111 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a36fcf hue: 0.76 , saturation: 0.50 and the lightness value of a36fcf is 0.62.

The process color (four color CMYK) of #a36fcf color hex is 0.21, 0.46, 0.00, 0.19. Web safe color of #a36fcf is #9966cc. Color #a36fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101111 11001111
Octal 243 157 317
Decimal 163 111 207
Hex A3 6F CF

RGB Percentages of Color #a36fcf

%33.89
%23.08
%43.04

CMYK Percentages of Color #a36fcf

%21
%46
%0
%19

Triadic Colors of #a36fcf

#a36fcf #cfa36f #6fcfa3

Analogous Colors of #a36fcf

#a36fcf #cf6fcb #736fcf

Monochromatic Colors of #a36fcf

#a36fcf

Complementary Color

#a36fcf #9bcf6f

#a36fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36fcf Color CSS Codes

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

#a36fcf Text Font Color

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

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


#a36fcf Background Color

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

This div background color is #a36fcf


#a36fcf Border Color

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

This div border color is #a36fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,111,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a36fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36fcf


Comments

No comments written yet.

Please login to write comment.