color codes Logo

#c40ccf color codes

#C40CCF
(196,12,207)
0 Favorites   0 Comments

Color spaces of #c40ccf

RGB 19612207
HSL0.820.890.43
HSV297°94°81°
CMYK 0.050.940.00   0.19
XYZ34.158916.503760.4166
Yxy16.50370.30750.1486
Hunter Lab40.624778.9966-59.7380
CIE-Lab47.628581.2274-54.6428

#c40ccf color RGB value is (196,12,207).

#c40ccf hex color red value is 196, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c40ccf hue: 0.82 , saturation: 0.89 and the lightness value of c40ccf is 0.43.

The process color (four color CMYK) of #c40ccf color code is 0.05, 0.94, 0.00, 0.19. Web safe color of #c40ccf is #cc00cc. Color #c40ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 11001111
Octal 304 14 317
Decimal 196 12 207
Hex C4 C CF

RGB Percentages of Color #c40ccf

%47.23
%2.89
%49.88

CMYK Percentages of Color #c40ccf

%5
%94
%0
%19

Triadic Colors of #c40ccf

#c40ccf #cfc40c #0ccfc4

Analogous Colors of #c40ccf

#c40ccf #cf0c79 #630ccf

Monochromatic Colors of #c40ccf

#c40ccf

Complementary Color

#c40ccf #17cf0c

#c40ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40ccf Color CSS Codes

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

#c40ccf Text Font Color

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

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


#c40ccf Background Color

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

This div background color is #c40ccf


#c40ccf Border Color

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

This div border color is #c40ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40ccf


Comments

No comments written yet.

Please login to write comment.