Color Hex Logo

#c40cdb Color Hex

#C40CDB
(196,12,219)
0 Favorites   0 Comments

Color spaces of #c40cdb

RGB 19612219
HSL0.810.900.45
HSV293°95°86°
CMYK 0.110.950.00   0.14
XYZ35.682617.113268.4403
Yxy17.11320.29430.1412
Hunter Lab41.368181.5733-69.1330
CIE-Lab48.402483.1008-60.2838

#c40cdb color RGB value is (196,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 11011011
Octal 304 14 333
Decimal 196 12 219
Hex C4 C DB

RGB Percentages of Color #c40cdb

%45.90
%2.81
%51.29

CMYK Percentages of Color #c40cdb

%11
%95
%0
%14

Triadic Colors of #c40cdb

#c40cdb #dbc40c #0cdbc4

Analogous Colors of #c40cdb

#c40cdb #db0c8b #5c0cdb

Monochromatic Colors of #c40cdb

#c40cdb

Complementary Color

#c40cdb #23db0c

#c40cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40cdb Color CSS Codes

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

#c40cdb Text Font Color

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

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


#c40cdb Background Color

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

This div background color is #c40cdb


#c40cdb Border Color

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

This div border color is #c40cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40cdb


Comments

No comments written yet.

Please login to write comment.