Color Hex Logo

#a936ce Color Hex

#A936CE
(169,54,206)
0 Favorites   0 Comments

Color spaces of #a936ce

RGB 16954206
HSL0.790.610.51
HSV285°74°81°
CMYK 0.180.740.00   0.19
XYZ28.821915.529659.8709
Yxy15.52960.27650.1490
Hunter Lab39.407661.5878-62.4923
CIE-Lab46.351267.1614-56.3487

#a936ce color RGB value is (169,54,206).

#a936ce hex color red value is 169, green value is 54 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a936ce hue: 0.79 , saturation: 0.61 and the lightness value of a936ce is 0.51.

The process color (four color CMYK) of #a936ce color hex is 0.18, 0.74, 0.00, 0.19. Web safe color of #a936ce is #9933cc. Color #a936ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110110 11001110
Octal 251 66 316
Decimal 169 54 206
Hex A9 36 CE

RGB Percentages of Color #a936ce

%39.39
%12.59
%48.02

CMYK Percentages of Color #a936ce

%18
%74
%0
%19

Triadic Colors of #a936ce

#a936ce #cea936 #36cea9

Analogous Colors of #a936ce

#a936ce #ce36a7 #5d36ce

Monochromatic Colors of #a936ce

#a936ce

Complementary Color

#a936ce #5bce36

#a936ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a936ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a936ce Color CSS Codes

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

#a936ce Text Font Color

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

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


#a936ce Background Color

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

This div background color is #a936ce


#a936ce Border Color

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

This div border color is #a936ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,54,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a936ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a936ce;
  -webkit-box-shadow: 1px 1px 3px 2px #a936ce;
  box-shadow:         1px 1px 3px 2px #a936ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,54,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a936ce


Comments

No comments written yet.

Please login to write comment.