Color Hex Logo

#c513cd Color Hex

#C513CD
(197,19,205)
0 Favorites   0 Comments

Color spaces of #c513cd

RGB 19719205
HSL0.830.830.44
HSV297°91°80°
CMYK 0.040.910.00   0.20
XYZ34.278316.743859.1828
Yxy16.74380.31100.1519
Hunter Lab40.919277.9222-57.1097
CIE-Lab47.935680.3175-52.9869

#c513cd color RGB value is (197,19,205).

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

The process color (four color CMYK) of #c513cd color hex is 0.04, 0.91, 0.00, 0.20. Web safe color of #c513cd is #cc00cc. Color #c513cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010011 11001101
Octal 305 23 315
Decimal 197 19 205
Hex C5 13 CD

RGB Percentages of Color #c513cd

%46.79
%4.51
%48.69

CMYK Percentages of Color #c513cd

%4
%91
%0
%20

Triadic Colors of #c513cd

#c513cd #cdc513 #13cdc5

Analogous Colors of #c513cd

#c513cd #cd1378 #6813cd

Monochromatic Colors of #c513cd

#c513cd

Complementary Color

#c513cd #1bcd13

#c513cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c513cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c513cd Color CSS Codes

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

#c513cd Text Font Color

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

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


#c513cd Background Color

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

This div background color is #c513cd


#c513cd Border Color

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

This div border color is #c513cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c513cd


Comments

No comments written yet.

Please login to write comment.