Color Hex Logo

#c41cdc Color Hex

#C41CDC
(196,28,220)
0 Favorites   0 Comments

Color spaces of #c41cdc

RGB 19628220
HSL0.810.770.49
HSV293°87°86°
CMYK 0.110.870.00   0.14
XYZ36.098517.733669.2305
Yxy17.73360.29330.1441
Hunter Lab42.111379.3185-67.9942
CIE-Lab49.171481.1820-59.6147

#c41cdc color RGB value is (196,28,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011100 11011100
Octal 304 34 334
Decimal 196 28 220
Hex C4 1C DC

RGB Percentages of Color #c41cdc

%44.14
%6.31
%49.55

CMYK Percentages of Color #c41cdc

%11
%87
%0
%14

Triadic Colors of #c41cdc

#c41cdc #dcc41c #1cdcc4

Analogous Colors of #c41cdc

#c41cdc #dc1c94 #641cdc

Monochromatic Colors of #c41cdc

#c41cdc

Complementary Color

#c41cdc #34dc1c

#c41cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41cdc Color CSS Codes

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

#c41cdc Text Font Color

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

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


#c41cdc Background Color

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

This div background color is #c41cdc


#c41cdc Border Color

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

This div border color is #c41cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41cdc


Comments

No comments written yet.

Please login to write comment.