Color Hex Logo

#c514cc Color Hex

#C514CC
(197,20,204)
0 Favorites   0 Comments

Color spaces of #c514cc

RGB 19720204
HSL0.830.820.44
HSV298°90°80°
CMYK 0.030.900.00   0.20
XYZ34.175216.730358.5548
Yxy16.73030.31220.1528
Hunter Lab40.902777.5614-56.2455
CIE-Lab47.918480.0344-52.4371

#c514cc color RGB value is (197,20,204).

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

The process color (four color CMYK) of #c514cc color hex is 0.03, 0.90, 0.00, 0.20. Web safe color of #c514cc is #cc00cc. Color #c514cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010100 11001100
Octal 305 24 314
Decimal 197 20 204
Hex C5 14 CC

RGB Percentages of Color #c514cc

%46.79
%4.75
%48.46

CMYK Percentages of Color #c514cc

%3
%90
%0
%20

Triadic Colors of #c514cc

#c514cc #ccc514 #14ccc5

Analogous Colors of #c514cc

#c514cc #cc1477 #6914cc

Monochromatic Colors of #c514cc

#c514cc

Complementary Color

#c514cc #1bcc14

#c514cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c514cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c514cc Color CSS Codes

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

#c514cc Text Font Color

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

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


#c514cc Background Color

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

This div background color is #c514cc


#c514cc Border Color

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

This div border color is #c514cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c514cc


Comments

No comments written yet.

Please login to write comment.