Color Hex Logo

#c56fdc Color Hex

#C56FDC
(197,111,220)
0 Favorites   0 Comments

Color spaces of #c56fdc

RGB 197111220
HSL0.800.610.65
HSV287°50°86°
CMYK 0.100.500.00   0.14
XYZ41.628728.406570.9991
Yxy28.40650.29520.2014
Hunter Lab53.297746.1480-41.6731
CIE-Lab60.254251.0304-41.9585

#c56fdc color RGB value is (197,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101111 11011100
Octal 305 157 334
Decimal 197 111 220
Hex C5 6F DC

RGB Percentages of Color #c56fdc

%37.31
%21.02
%41.67

CMYK Percentages of Color #c56fdc

%10
%50
%0
%14

Triadic Colors of #c56fdc

#c56fdc #dcc56f #6fdcc5

Analogous Colors of #c56fdc

#c56fdc #dc6fbd #8f6fdc

Monochromatic Colors of #c56fdc

#c56fdc

Complementary Color

#c56fdc #86dc6f

#c56fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56fdc Color CSS Codes

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

#c56fdc Text Font Color

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

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


#c56fdc Background Color

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

This div background color is #c56fdc


#c56fdc Border Color

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

This div border color is #c56fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56fdc


Comments

No comments written yet.

Please login to write comment.