Color Hex Logo

#c556da Color Hex

#C556DA
(197,86,218)
0 Favorites   0 Comments

Color spaces of #c556da

RGB 19786218
HSL0.810.640.60
HSV290°61°85°
CMYK 0.100.610.00   0.15
XYZ39.008623.587868.8266
Yxy23.58780.29680.1795
Hunter Lab48.567358.3761-50.0251
CIE-Lab55.672762.6388-48.0704

#c556da color RGB value is (197,86,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010110 11011010
Octal 305 126 332
Decimal 197 86 218
Hex C5 56 DA

RGB Percentages of Color #c556da

%39.32
%17.17
%43.51

CMYK Percentages of Color #c556da

%10
%61
%0
%15

Triadic Colors of #c556da

#c556da #dac556 #56dac5

Analogous Colors of #c556da

#c556da #da56ad #8356da

Monochromatic Colors of #c556da

#c556da

Complementary Color

#c556da #6bda56

#c556da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c556da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c556da Color CSS Codes

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

#c556da Text Font Color

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

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


#c556da Background Color

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

This div background color is #c556da


#c556da Border Color

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

This div border color is #c556da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c556da


Comments

No comments written yet.

Please login to write comment.