Color Hex Logo

#c41cda Color Hex

#C41CDA
(196,28,218)
0 Favorites   0 Comments

Color spaces of #c41cda

RGB 19628218
HSL0.810.770.48
HSV293°87°85°
CMYK 0.100.870.00   0.15
XYZ35.835117.628267.8435
Yxy17.62820.29540.1453
Hunter Lab41.986078.8747-66.4143
CIE-Lab49.042080.8567-58.6815

#c41cda color RGB value is (196,28,218).

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

The process color (four color CMYK) of #c41cda color hex is 0.10, 0.87, 0.00, 0.15. Web safe color of #c41cda is #cc33cc. Color #c41cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011100 11011010
Octal 304 34 332
Decimal 196 28 218
Hex C4 1C DA

RGB Percentages of Color #c41cda

%44.34
%6.33
%49.32

CMYK Percentages of Color #c41cda

%10
%87
%0
%15

Triadic Colors of #c41cda

#c41cda #dac41c #1cdac4

Analogous Colors of #c41cda

#c41cda #da1c91 #651cda

Monochromatic Colors of #c41cda

#c41cda

Complementary Color

#c41cda #32da1c

#c41cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41cda Color CSS Codes

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

#c41cda Text Font Color

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

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


#c41cda Background Color

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

This div background color is #c41cda


#c41cda Border Color

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

This div border color is #c41cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41cda


Comments

No comments written yet.

Please login to write comment.