Color Hex Logo

#c513ca Color Hex

#C513CA
(197,19,202)
0 Favorites   0 Comments

Color spaces of #c513ca

RGB 19719202
HSL0.830.830.43
HSV298°91°79°
CMYK 0.020.910.00   0.21
XYZ33.919516.600357.2935
Yxy16.60030.31460.1540
Hunter Lab40.743577.3027-54.8532
CIE-Lab47.752479.8609-51.5471

#c513ca color RGB value is (197,19,202).

#c513ca hex color red value is 197, green value is 19 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c513ca hue: 0.83 , saturation: 0.83 and the lightness value of c513ca is 0.43.

The process color (four color CMYK) of #c513ca color hex is 0.02, 0.91, 0.00, 0.21. Web safe color of #c513ca is #cc00cc. Color #c513ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010011 11001010
Octal 305 23 312
Decimal 197 19 202
Hex C5 13 CA

RGB Percentages of Color #c513ca

%47.13
%4.55
%48.33

CMYK Percentages of Color #c513ca

%2
%91
%0
%21

Triadic Colors of #c513ca

#c513ca #cac513 #13cac5

Analogous Colors of #c513ca

#c513ca #ca1374 #6a13ca

Monochromatic Colors of #c513ca

#c513ca

Complementary Color

#c513ca #18ca13

#c513ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c513ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c513ca Color CSS Codes

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

#c513ca Text Font Color

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

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


#c513ca Background Color

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

This div background color is #c513ca


#c513ca Border Color

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

This div border color is #c513ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c513ca


Comments

No comments written yet.

Please login to write comment.