color codes Logo

#c50cfc color codes

#C50CFC
(197,12,252)
0 Favorites   0 Comments

Color spaces of #c50cfc

RGB 19712252
HSL0.800.980.52
HSV286°95°99°
CMYK 0.220.950.00   0.01
XYZ40.728119.161593.6474
Yxy19.16150.26530.1248
Hunter Lab43.773989.4759-96.2001
CIE-Lab50.875688.6972-74.8963

#c50cfc color RGB value is (197,12,252).

#c50cfc hex color red value is 197, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c50cfc hue: 0.80 , saturation: 0.98 and the lightness value of c50cfc is 0.52.

The process color (four color CMYK) of #c50cfc color code is 0.22, 0.95, 0.00, 0.01. Web safe color of #c50cfc is #cc00ff. Color #c50cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001100 11111100
Octal 305 14 374
Decimal 197 12 252
Hex C5 C FC

RGB Percentages of Color #c50cfc

%42.73
%2.60
%54.66

CMYK Percentages of Color #c50cfc

%22
%95
%0
%1

Triadic Colors of #c50cfc

#c50cfc #fcc50c #0cfcc5

Analogous Colors of #c50cfc

#c50cfc #fc0cbb #4d0cfc

Monochromatic Colors of #c50cfc

#c50cfc

Complementary Color

#c50cfc #43fc0c

#c50cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50cfc Color CSS Codes

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

#c50cfc Text Font Color

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

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


#c50cfc Background Color

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

This div background color is #c50cfc


#c50cfc Border Color

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

This div border color is #c50cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50cfc


Comments

No comments written yet.

Please login to write comment.