Color Hex Logo

#a631ca Color Hex

#A631CA
(166,49,202)
0 Favorites   0 Comments

Color spaces of #a631ca

RGB 16649202
HSL0.790.610.49
HSV286°76°79°
CMYK 0.180.760.00   0.21
XYZ27.484914.567957.2404
Yxy14.56790.27680.1467
Hunter Lab38.167961.7448-62.1996
CIE-Lab45.036667.5511-56.1796

#a631ca color RGB value is (166,49,202).

#a631ca hex color red value is 166, green value is 49 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a631ca hue: 0.79 , saturation: 0.61 and the lightness value of a631ca is 0.49.

The process color (four color CMYK) of #a631ca color hex is 0.18, 0.76, 0.00, 0.21. Web safe color of #a631ca is #9933cc. Color #a631ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110001 11001010
Octal 246 61 312
Decimal 166 49 202
Hex A6 31 CA

RGB Percentages of Color #a631ca

%39.81
%11.75
%48.44

CMYK Percentages of Color #a631ca

%18
%76
%0
%21

Triadic Colors of #a631ca

#a631ca #caa631 #31caa6

Analogous Colors of #a631ca

#a631ca #ca31a2 #5a31ca

Monochromatic Colors of #a631ca

#a631ca

Complementary Color

#a631ca #55ca31

#a631ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a631ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a631ca Color CSS Codes

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

#a631ca Text Font Color

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

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


#a631ca Background Color

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

This div background color is #a631ca


#a631ca Border Color

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

This div border color is #a631ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,49,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a631ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a631ca;
  -webkit-box-shadow: 1px 1px 3px 2px #a631ca;
  box-shadow:         1px 1px 3px 2px #a631ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,49,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a631ca


Comments

No comments written yet.

Please login to write comment.