Color Hex Logo

#c556fc Color Hex

#C556FC
(197,86,252)
0 Favorites   0 Comments

Color spaces of #c556fc

RGB 19786252
HSL0.780.970.66
HSV280°66°99°
CMYK 0.220.660.00   0.01
XYZ43.924425.554294.7128
Yxy25.55420.26750.1556
Hunter Lab50.551266.6359-75.7001
CIE-Lab57.611569.2772-64.0014

#c556fc color RGB value is (197,86,252).

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

The process color (four color CMYK) of #c556fc color hex is 0.22, 0.66, 0.00, 0.01. Web safe color of #c556fc is #cc66ff. Color #c556fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010110 11111100
Octal 305 126 374
Decimal 197 86 252
Hex C5 56 FC

RGB Percentages of Color #c556fc

%36.82
%16.07
%47.10

CMYK Percentages of Color #c556fc

%22
%66
%0
%1

Triadic Colors of #c556fc

#c556fc #fcc556 #56fcc5

Analogous Colors of #c556fc

#c556fc #fc56e0 #7256fc

Monochromatic Colors of #c556fc

#c556fc

Complementary Color

#c556fc #8dfc56

#c556fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c556fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c556fc Color CSS Codes

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

#c556fc Text Font Color

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

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


#c556fc Background Color

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

This div background color is #c556fc


#c556fc Border Color

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

This div border color is #c556fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c556fc


Comments

No comments written yet.

Please login to write comment.