Color Hex Logo

#c41fda Color Hex

#C41FDA
(196,31,218)
0 Favorites   0 Comments

Color spaces of #c41fda

RGB 19631218
HSL0.810.750.49
HSV293°86°85°
CMYK 0.100.860.00   0.15
XYZ35.909817.777767.8684
Yxy17.77770.29540.1463
Hunter Lab42.163678.2381-65.9213
CIE-Lab49.225480.3173-58.3863

#c41fda color RGB value is (196,31,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011111 11011010
Octal 304 37 332
Decimal 196 31 218
Hex C4 1F DA

RGB Percentages of Color #c41fda

%44.04
%6.97
%48.99

CMYK Percentages of Color #c41fda

%10
%86
%0
%15

Triadic Colors of #c41fda

#c41fda #dac41f #1fdac4

Analogous Colors of #c41fda

#c41fda #da1f93 #671fda

Monochromatic Colors of #c41fda

#c41fda

Complementary Color

#c41fda #35da1f

#c41fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41fda Color CSS Codes

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

#c41fda Text Font Color

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

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


#c41fda Background Color

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

This div background color is #c41fda


#c41fda Border Color

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

This div border color is #c41fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41fda


Comments

No comments written yet.

Please login to write comment.