Color Hex Logo

#c40cce Color Hex

#C40CCE
(196,12,206)
0 Favorites   0 Comments

Color spaces of #c40cce

RGB 19612206
HSL0.820.890.43
HSV297°94°81°
CMYK 0.050.940.00   0.19
XYZ34.037016.454959.7747
Yxy16.45490.30870.1492
Hunter Lab40.564678.7878-58.9725
CIE-Lab47.565781.0746-54.1669

#c40cce color RGB value is (196,12,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 11001110
Octal 304 14 316
Decimal 196 12 206
Hex C4 C CE

RGB Percentages of Color #c40cce

%47.34
%2.90
%49.76

CMYK Percentages of Color #c40cce

%5
%94
%0
%19

Triadic Colors of #c40cce

#c40cce #cec40c #0ccec4

Analogous Colors of #c40cce

#c40cce #ce0c77 #630cce

Monochromatic Colors of #c40cce

#c40cce

Complementary Color

#c40cce #16ce0c

#c40cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40cce Color CSS Codes

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

#c40cce Text Font Color

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

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


#c40cce Background Color

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

This div background color is #c40cce


#c40cce Border Color

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

This div border color is #c40cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40cce


Comments

No comments written yet.

Please login to write comment.