Color Hex Logo

#c40edb Color Hex

#C40EDB
(196,14,219)
0 Favorites   0 Comments

Color spaces of #c40edb

RGB 19614219
HSL0.810.880.46
HSV293°94°86°
CMYK 0.110.940.00   0.14
XYZ35.708217.164368.4488
Yxy17.16430.29430.1415
Hunter Lab41.429881.3463-68.9558
CIE-Lab48.466482.9110-60.1805

#c40edb color RGB value is (196,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001110 11011011
Octal 304 16 333
Decimal 196 14 219
Hex C4 E DB

RGB Percentages of Color #c40edb

%45.69
%3.26
%51.05

CMYK Percentages of Color #c40edb

%11
%94
%0
%14

Triadic Colors of #c40edb

#c40edb #dbc40e #0edbc4

Analogous Colors of #c40edb

#c40edb #db0e8c #5e0edb

Monochromatic Colors of #c40edb

#c40edb

Complementary Color

#c40edb #25db0e

#c40edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40edb Color CSS Codes

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

#c40edb Text Font Color

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

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


#c40edb Background Color

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

This div background color is #c40edb


#c40edb Border Color

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

This div border color is #c40edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40edb


Comments

No comments written yet.

Please login to write comment.