Color Hex Logo

#c56edd Color Hex

#C56EDD
(197,110,221)
0 Favorites   0 Comments

Color spaces of #c56edd

RGB 197110221
HSL0.800.620.65
HSV287°50°87°
CMYK 0.110.500.00   0.13
XYZ41.653028.242671.6626
Yxy28.24260.29420.1995
Hunter Lab53.143846.9031-42.7500
CIE-Lab60.107351.7377-42.7505

#c56edd color RGB value is (197,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101110 11011101
Octal 305 156 335
Decimal 197 110 221
Hex C5 6E DD

RGB Percentages of Color #c56edd

%37.31
%20.83
%41.86

CMYK Percentages of Color #c56edd

%11
%50
%0
%13

Triadic Colors of #c56edd

#c56edd #ddc56e #6eddc5

Analogous Colors of #c56edd

#c56edd #dd6ebe #8e6edd

Monochromatic Colors of #c56edd

#c56edd

Complementary Color

#c56edd #86dd6e

#c56edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56edd Color CSS Codes

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

#c56edd Text Font Color

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

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


#c56edd Background Color

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

This div background color is #c56edd


#c56edd Border Color

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

This div border color is #c56edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56edd


Comments

No comments written yet.

Please login to write comment.