Color Hex Logo

#c41ffc Color Hex

#C41FFC
(196,31,252)
0 Favorites   0 Comments

Color spaces of #c41ffc

RGB 19631252
HSL0.790.970.55
HSV285°88°99°
CMYK 0.220.880.00   0.01
XYZ40.825619.744093.7547
Yxy19.74400.26450.1279
Hunter Lab44.434286.2437-93.9959
CIE-Lab51.546586.1059-73.8122

#c41ffc color RGB value is (196,31,252).

#c41ffc hex color red value is 196, green value is 31 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c41ffc hue: 0.79 , saturation: 0.97 and the lightness value of c41ffc is 0.55.

The process color (four color CMYK) of #c41ffc color hex is 0.22, 0.88, 0.00, 0.01. Web safe color of #c41ffc is #cc33ff. Color #c41ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011111 11111100
Octal 304 37 374
Decimal 196 31 252
Hex C4 1F FC

RGB Percentages of Color #c41ffc

%40.92
%6.47
%52.61

CMYK Percentages of Color #c41ffc

%22
%88
%0
%1

Triadic Colors of #c41ffc

#c41ffc #fcc41f #1ffcc4

Analogous Colors of #c41ffc

#c41ffc #fc1fc6 #561ffc

Monochromatic Colors of #c41ffc

#c41ffc

Complementary Color

#c41ffc #57fc1f

#c41ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41ffc Color CSS Codes

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

#c41ffc Text Font Color

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

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


#c41ffc Background Color

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

This div background color is #c41ffc


#c41ffc Border Color

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

This div border color is #c41ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41ffc


Comments

No comments written yet.

Please login to write comment.