color codes Logo

#c41ecc color codes

#C41ECC
(196,30,204)
0 Favorites   0 Comments

Color spaces of #c41ecc

RGB 19630204
HSL0.830.740.46
HSV297°85°80°
CMYK 0.040.850.00   0.20
XYZ34.128317.023958.6139
Yxy17.02390.31090.1551
Hunter Lab41.260075.4415-55.3452
CIE-Lab48.290178.2693-51.8509

#c41ecc color RGB value is (196,30,204).

#c41ecc hex color red value is 196, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c41ecc hue: 0.83 , saturation: 0.74 and the lightness value of c41ecc is 0.46.

The process color (four color CMYK) of #c41ecc color code is 0.04, 0.85, 0.00, 0.20. Web safe color of #c41ecc is #cc33cc. Color #c41ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011110 11001100
Octal 304 36 314
Decimal 196 30 204
Hex C4 1E CC

RGB Percentages of Color #c41ecc

%45.58
%6.98
%47.44

CMYK Percentages of Color #c41ecc

%4
%85
%0
%20

Triadic Colors of #c41ecc

#c41ecc #ccc41e #1eccc4

Analogous Colors of #c41ecc

#c41ecc #cc1e7d #6d1ecc

Monochromatic Colors of #c41ecc

#c41ecc

Complementary Color

#c41ecc #26cc1e

#c41ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41ecc Color CSS Codes

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

#c41ecc Text Font Color

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

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


#c41ecc Background Color

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

This div background color is #c41ecc


#c41ecc Border Color

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

This div border color is #c41ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41ecc


Comments

No comments written yet.

Please login to write comment.