Color Hex Logo

#c50fcd Color Hex

#C50FCD
(197,15,205)
0 Favorites   0 Comments

Color spaces of #c50fcd

RGB 19715205
HSL0.830.860.43
HSV297°93°80°
CMYK 0.040.930.00   0.20
XYZ34.216216.619759.1621
Yxy16.61970.31110.1511
Hunter Lab40.767378.4734-57.5055
CIE-Lab47.777280.7849-53.2409

#c50fcd color RGB value is (197,15,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001111 11001101
Octal 305 17 315
Decimal 197 15 205
Hex C5 F CD

RGB Percentages of Color #c50fcd

%47.24
%3.60
%49.16

CMYK Percentages of Color #c50fcd

%4
%93
%0
%20

Triadic Colors of #c50fcd

#c50fcd #cdc50f #0fcdc5

Analogous Colors of #c50fcd

#c50fcd #cd0f76 #660fcd

Monochromatic Colors of #c50fcd

#c50fcd

Complementary Color

#c50fcd #17cd0f

#c50fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50fcd Color CSS Codes

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

#c50fcd Text Font Color

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

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


#c50fcd Background Color

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

This div background color is #c50fcd


#c50fcd Border Color

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

This div border color is #c50fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50fcd


Comments

No comments written yet.

Please login to write comment.