color codes Logo

#c40fcd color codes

#C40FCD
(196,15,205)
0 Favorites   0 Comments

Color spaces of #c40fcd

RGB 19615205
HSL0.830.860.43
HSV297°93°80°
CMYK 0.040.930.00   0.20
XYZ33.955216.485259.1499
Yxy16.48520.30980.1504
Hunter Lab40.602078.2251-57.9537
CIE-Lab47.604780.6218-53.5271

#c40fcd color RGB value is (196,15,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001111 11001101
Octal 304 17 315
Decimal 196 15 205
Hex C4 F CD

RGB Percentages of Color #c40fcd

%47.12
%3.61
%49.28

CMYK Percentages of Color #c40fcd

%4
%93
%0
%20

Triadic Colors of #c40fcd

#c40fcd #cdc40f #0fcdc4

Analogous Colors of #c40fcd

#c40fcd #cd0f77 #650fcd

Monochromatic Colors of #c40fcd

#c40fcd

Complementary Color

#c40fcd #18cd0f

#c40fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40fcd Color CSS Codes

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

#c40fcd Text Font Color

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

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


#c40fcd Background Color

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

This div background color is #c40fcd


#c40fcd Border Color

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

This div border color is #c40fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40fcd


Comments

No comments written yet.

Please login to write comment.