Color Hex Logo

#c41fdf Color Hex

#C41FDF
(196,31,223)
0 Favorites   0 Comments

Color spaces of #c41fdf

RGB 19631223
HSL0.810.760.50
HSV292°86°87°
CMYK 0.120.860.00   0.13
XYZ36.574218.043471.3671
Yxy18.04340.29030.1432
Hunter Lab42.477579.3573-69.8797
CIE-Lab49.548781.1392-60.7155

#c41fdf color RGB value is (196,31,223).

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

The process color (four color CMYK) of #c41fdf color hex is 0.12, 0.86, 0.00, 0.13. Web safe color of #c41fdf is #cc33cc. Color #c41fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011111 11011111
Octal 304 37 337
Decimal 196 31 223
Hex C4 1F DF

RGB Percentages of Color #c41fdf

%43.56
%6.89
%49.56

CMYK Percentages of Color #c41fdf

%12
%86
%0
%13

Triadic Colors of #c41fdf

#c41fdf #dfc41f #1fdfc4

Analogous Colors of #c41fdf

#c41fdf #df1f9a #641fdf

Monochromatic Colors of #c41fdf

#c41fdf

Complementary Color

#c41fdf #3adf1f

#c41fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41fdf Color CSS Codes

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

#c41fdf Text Font Color

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

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


#c41fdf Background Color

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

This div background color is #c41fdf


#c41fdf Border Color

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

This div border color is #c41fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41fdf


Comments

No comments written yet.

Please login to write comment.