Color Hex Logo

#a13cce Color Hex

#A13CCE
(161,60,206)
0 Favorites   0 Comments

Color spaces of #a13cce

RGB 16160206
HSL0.780.600.52
HSV282°71°81°
CMYK 0.220.710.00   0.19
XYZ27.454415.265059.8920
Yxy15.26500.26760.1488
Hunter Lab39.070457.0568-63.5377
CIE-Lab45.995063.2976-56.9821

#a13cce color RGB value is (161,60,206).

#a13cce hex color red value is 161, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a13cce hue: 0.78 , saturation: 0.60 and the lightness value of a13cce is 0.52.

The process color (four color CMYK) of #a13cce color hex is 0.22, 0.71, 0.00, 0.19. Web safe color of #a13cce is #9933cc. Color #a13cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111100 11001110
Octal 241 74 316
Decimal 161 60 206
Hex A1 3C CE

RGB Percentages of Color #a13cce

%37.70
%14.05
%48.24

CMYK Percentages of Color #a13cce

%22
%71
%0
%19

Triadic Colors of #a13cce

#a13cce #cea13c #3ccea1

Analogous Colors of #a13cce

#a13cce #ce3cb2 #583cce

Monochromatic Colors of #a13cce

#a13cce

Complementary Color

#a13cce #69ce3c

#a13cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13cce Color CSS Codes

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

#a13cce Text Font Color

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

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


#a13cce Background Color

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

This div background color is #a13cce


#a13cce Border Color

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

This div border color is #a13cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13cce


Comments

No comments written yet.

Please login to write comment.