Color Hex Logo

#c42fce Color Hex

#C42FCE
(196,47,206)
0 Favorites   0 Comments

Color spaces of #c42fce

RGB 19647206
HSL0.820.630.50
HSV296°77°81°
CMYK 0.050.770.00   0.19
XYZ34.922018.225060.0697
Yxy18.22500.30850.1610
Hunter Lab42.690771.3082-53.5428
CIE-Lab49.767974.6336-50.6391

#c42fce color RGB value is (196,47,206).

#c42fce hex color red value is 196, green value is 47 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c42fce hue: 0.82 , saturation: 0.63 and the lightness value of c42fce is 0.50.

The process color (four color CMYK) of #c42fce color hex is 0.05, 0.77, 0.00, 0.19. Web safe color of #c42fce is #cc33cc. Color #c42fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 11001110
Octal 304 57 316
Decimal 196 47 206
Hex C4 2F CE

RGB Percentages of Color #c42fce

%43.65
%10.47
%45.88

CMYK Percentages of Color #c42fce

%5
%77
%0
%19

Triadic Colors of #c42fce

#c42fce #cec42f #2fcec4

Analogous Colors of #c42fce

#c42fce #ce2f89 #752fce

Monochromatic Colors of #c42fce

#c42fce

Complementary Color

#c42fce #39ce2f

#c42fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42fce Color CSS Codes

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

#c42fce Text Font Color

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

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


#c42fce Background Color

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

This div background color is #c42fce


#c42fce Border Color

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

This div border color is #c42fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42fce


Comments

No comments written yet.

Please login to write comment.