Color Hex Logo

#c56fdd Color Hex

#C56FDD
(197,111,221)
0 Favorites   0 Comments

Color spaces of #c56fdd

RGB 197111221
HSL0.800.620.65
HSV287°50°87°
CMYK 0.110.500.00   0.13
XYZ41.761528.459771.6988
Yxy28.45970.29430.2005
Hunter Lab53.347646.3747-42.3420
CIE-Lab60.301851.2287-42.4444

#c56fdd color RGB value is (197,111,221).

#c56fdd hex color red value is 197, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c56fdd hue: 0.80 , saturation: 0.62 and the lightness value of c56fdd is 0.65.

The process color (four color CMYK) of #c56fdd color hex is 0.11, 0.50, 0.00, 0.13. Web safe color of #c56fdd is #cc66cc. Color #c56fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101111 11011101
Octal 305 157 335
Decimal 197 111 221
Hex C5 6F DD

RGB Percentages of Color #c56fdd

%37.24
%20.98
%41.78

CMYK Percentages of Color #c56fdd

%11
%50
%0
%13

Triadic Colors of #c56fdd

#c56fdd #ddc56f #6fddc5

Analogous Colors of #c56fdd

#c56fdd #dd6fbe #8e6fdd

Monochromatic Colors of #c56fdd

#c56fdd

Complementary Color

#c56fdd #87dd6f

#c56fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56fdd Color CSS Codes

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

#c56fdd Text Font Color

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

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


#c56fdd Background Color

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

This div background color is #c56fdd


#c56fdd Border Color

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

This div border color is #c56fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56fdd


Comments

No comments written yet.

Please login to write comment.