Color Hex Logo

#c446fc Color Hex

#C446FC
(196,70,252)
0 Favorites   0 Comments

Color spaces of #c446fc

RGB 19670252
HSL0.780.970.63
HSV282°72°99°
CMYK 0.220.720.00   0.01
XYZ42.525823.144494.3214
Yxy23.14440.26580.1447
Hunter Lab48.108673.5956-82.5675
CIE-Lab55.220875.4346-67.8599

#c446fc color RGB value is (196,70,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000110 11111100
Octal 304 106 374
Decimal 196 70 252
Hex C4 46 FC

RGB Percentages of Color #c446fc

%37.84
%13.51
%48.65

CMYK Percentages of Color #c446fc

%22
%72
%0
%1

Triadic Colors of #c446fc

#c446fc #fcc446 #46fcc4

Analogous Colors of #c446fc

#c446fc #fc46d9 #6946fc

Monochromatic Colors of #c446fc

#c446fc

Complementary Color

#c446fc #7efc46

#c446fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c446fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c446fc Color CSS Codes

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

#c446fc Text Font Color

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

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


#c446fc Background Color

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

This div background color is #c446fc


#c446fc Border Color

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

This div border color is #c446fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c446fc


Comments

No comments written yet.

Please login to write comment.