Color Hex Logo

#c510aa Color Hex

#C510AA
(197,16,170)
0 Favorites   0 Comments

Color spaces of #c510aa

RGB 19716170
HSL0.860.850.42
HSV309°92°77°
CMYK 0.000.920.14   0.23
XYZ30.466915.143239.3473
Yxy15.14320.35860.1782
Hunter Lab38.914371.6519-32.7098
CIE-Lab45.829775.6821-35.8533

#c510aa color RGB value is (197,16,170).

#c510aa hex color red value is 197, green value is 16 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c510aa hue: 0.86 , saturation: 0.85 and the lightness value of c510aa is 0.42.

The process color (four color CMYK) of #c510aa color hex is 0.00, 0.92, 0.14, 0.23. Web safe color of #c510aa is #cc0099. Color #c510aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010000 10101010
Octal 305 20 252
Decimal 197 16 170
Hex C5 10 AA

RGB Percentages of Color #c510aa

%51.44
%4.18
%44.39

CMYK Percentages of Color #c510aa

%0
%92
%14
%23

Triadic Colors of #c510aa

#c510aa #aac510 #10aac5

Analogous Colors of #c510aa

#c510aa #c51050 #8610c5

Monochromatic Colors of #c510aa

#c510aa

Complementary Color

#c510aa #10c52b

#c510aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c510aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c510aa Color CSS Codes

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

#c510aa Text Font Color

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

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


#c510aa Background Color

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

This div background color is #c510aa


#c510aa Border Color

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

This div border color is #c510aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,16,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c510aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c510aa;
  -webkit-box-shadow: 1px 1px 3px 2px #c510aa;
  box-shadow:         1px 1px 3px 2px #c510aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,16,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c510aa


Comments

No comments written yet.

Please login to write comment.