Color Hex Logo

#c40cdc Color Hex

#C40CDC
(196,12,220)
0 Favorites   0 Comments

Color spaces of #c40cdc

RGB 19612220
HSL0.810.900.45
HSV293°95°86°
CMYK 0.110.950.00   0.14
XYZ35.814717.166069.1359
Yxy17.16600.29330.1406
Hunter Lab41.431981.7939-69.9328
CIE-Lab48.468583.2602-60.7482

#c40cdc color RGB value is (196,12,220).

#c40cdc hex color red value is 196, green value is 12 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c40cdc hue: 0.81 , saturation: 0.90 and the lightness value of c40cdc is 0.45.

The process color (four color CMYK) of #c40cdc color hex is 0.11, 0.95, 0.00, 0.14. Web safe color of #c40cdc is #cc00cc. Color #c40cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 11011100
Octal 304 14 334
Decimal 196 12 220
Hex C4 C DC

RGB Percentages of Color #c40cdc

%45.79
%2.80
%51.40

CMYK Percentages of Color #c40cdc

%11
%95
%0
%14

Triadic Colors of #c40cdc

#c40cdc #dcc40c #0cdcc4

Analogous Colors of #c40cdc

#c40cdc #dc0c8c #5c0cdc

Monochromatic Colors of #c40cdc

#c40cdc

Complementary Color

#c40cdc #24dc0c

#c40cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40cdc Color CSS Codes

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

#c40cdc Text Font Color

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

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


#c40cdc Background Color

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

This div background color is #c40cdc


#c40cdc Border Color

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

This div border color is #c40cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40cdc


Comments

No comments written yet.

Please login to write comment.