Color Hex Logo

#c556dc Color Hex

#C556DC
(197,86,220)
0 Favorites   0 Comments

Color spaces of #c556dc

RGB 19786220
HSL0.800.660.60
HSV290°61°86°
CMYK 0.100.610.00   0.14
XYZ39.272023.693270.2135
Yxy23.69320.29490.1779
Hunter Lab48.675758.8331-51.4515
CIE-Lab55.779363.0138-49.0319

#c556dc color RGB value is (197,86,220).

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

The process color (four color CMYK) of #c556dc color hex is 0.10, 0.61, 0.00, 0.14. Web safe color of #c556dc is #cc66cc. Color #c556dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010110 11011100
Octal 305 126 334
Decimal 197 86 220
Hex C5 56 DC

RGB Percentages of Color #c556dc

%39.17
%17.10
%43.74

CMYK Percentages of Color #c556dc

%10
%61
%0
%14

Triadic Colors of #c556dc

#c556dc #dcc556 #56dcc5

Analogous Colors of #c556dc

#c556dc #dc56b0 #8256dc

Monochromatic Colors of #c556dc

#c556dc

Complementary Color

#c556dc #6ddc56

#c556dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c556dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c556dc Color CSS Codes

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

#c556dc Text Font Color

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

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


#c556dc Background Color

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

This div background color is #c556dc


#c556dc Border Color

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

This div border color is #c556dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,86,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c556dc


Comments

No comments written yet.

Please login to write comment.