Color Hex Logo

#a50cca Color Hex

#A50CCA
(165,12,202)
0 Favorites   0 Comments

Color spaces of #a50cca

RGB 16512202
HSL0.800.890.42
HSV288°94°79°
CMYK 0.180.940.00   0.21
XYZ26.309212.526556.9083
Yxy12.52650.27480.1308
Hunter Lab35.392870.7504-70.5578
CIE-Lab42.041075.6800-61.0317

#a50cca color RGB value is (165,12,202).

#a50cca hex color red value is 165, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a50cca hue: 0.80 , saturation: 0.89 and the lightness value of a50cca is 0.42.

The process color (four color CMYK) of #a50cca color hex is 0.18, 0.94, 0.00, 0.21. Web safe color of #a50cca is #9900cc. Color #a50cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001100 11001010
Octal 245 14 312
Decimal 165 12 202
Hex A5 C CA

RGB Percentages of Color #a50cca

%43.54
%3.17
%53.30

CMYK Percentages of Color #a50cca

%18
%94
%0
%21

Triadic Colors of #a50cca

#a50cca #caa50c #0ccaa5

Analogous Colors of #a50cca

#a50cca #ca0c90 #460cca

Monochromatic Colors of #a50cca

#a50cca

Complementary Color

#a50cca #31ca0c

#a50cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50cca Color CSS Codes

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

#a50cca Text Font Color

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

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


#a50cca Background Color

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

This div background color is #a50cca


#a50cca Border Color

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

This div border color is #a50cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50cca


Comments

No comments written yet.

Please login to write comment.