Color Hex Logo

#c56ced Color Hex

#C56CED
(197,108,237)
0 Favorites   0 Comments

Color spaces of #c56ced

RGB 197108237
HSL0.780.780.68
HSV281°54°93°
CMYK 0.170.540.00   0.07
XYZ43.674628.709983.3604
Yxy28.70990.28040.1843
Hunter Lab53.581651.7283-54.7342
CIE-Lab60.524755.9857-51.0238

#c56ced color RGB value is (197,108,237).

#c56ced hex color red value is 197, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c56ced hue: 0.78 , saturation: 0.78 and the lightness value of c56ced is 0.68.

The process color (four color CMYK) of #c56ced color hex is 0.17, 0.54, 0.00, 0.07. Web safe color of #c56ced is #cc66ff. Color #c56ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 11101101
Octal 305 154 355
Decimal 197 108 237
Hex C5 6C ED

RGB Percentages of Color #c56ced

%36.35
%19.93
%43.73

CMYK Percentages of Color #c56ced

%17
%54
%0
%7

Triadic Colors of #c56ced

#c56ced #edc56c #6cedc5

Analogous Colors of #c56ced

#c56ced #ed6cd5 #856ced

Monochromatic Colors of #c56ced

#c56ced

Complementary Color

#c56ced #94ed6c

#c56ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56ced Color CSS Codes

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

#c56ced Text Font Color

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

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


#c56ced Background Color

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

This div background color is #c56ced


#c56ced Border Color

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

This div border color is #c56ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56ced


Comments

No comments written yet.

Please login to write comment.