Color Hex Logo

#c41edb Color Hex

#C41EDB
(196,30,219)
0 Favorites   0 Comments

Color spaces of #c41edb

RGB 19630219
HSL0.810.760.49
HSV293°86°86°
CMYK 0.110.860.00   0.14
XYZ36.015417.778868.5513
Yxy17.77880.29440.1453
Hunter Lab42.164978.6782-66.8777
CIE-Lab49.226780.6654-58.9550

#c41edb color RGB value is (196,30,219).

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

The process color (four color CMYK) of #c41edb color hex is 0.11, 0.86, 0.00, 0.14. Web safe color of #c41edb is #cc33cc. Color #c41edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011110 11011011
Octal 304 36 333
Decimal 196 30 219
Hex C4 1E DB

RGB Percentages of Color #c41edb

%44.04
%6.74
%49.21

CMYK Percentages of Color #c41edb

%11
%86
%0
%14

Triadic Colors of #c41edb

#c41edb #dbc41e #1edbc4

Analogous Colors of #c41edb

#c41edb #db1e94 #661edb

Monochromatic Colors of #c41edb

#c41edb

Complementary Color

#c41edb #35db1e

#c41edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41edb Color CSS Codes

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

#c41edb Text Font Color

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

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


#c41edb Background Color

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

This div background color is #c41edb


#c41edb Border Color

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

This div border color is #c41edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41edb


Comments

No comments written yet.

Please login to write comment.