color codes Logo

#c56ed6 color codes

#C56ED6
(197,110,214)
0 Favorites   0 Comments

Color spaces of #c56ed6

RGB 197110214
HSL0.810.560.64
HSV290°49°84°
CMYK 0.080.490.00   0.16
XYZ40.739527.877266.8520
Yxy27.87720.30070.2058
Hunter Lab52.798945.3322-38.1116
CIE-Lab59.777650.3616-39.3355

#c56ed6 color RGB value is (197,110,214).

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

The process color (four color CMYK) of #c56ed6 color code is 0.08, 0.49, 0.00, 0.16. Web safe color of #c56ed6 is #cc66cc. Color #c56ed6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101110 11010110
Octal 305 156 326
Decimal 197 110 214
Hex C5 6E D6

RGB Percentages of Color #c56ed6

%37.81
%21.11
%41.07

CMYK Percentages of Color #c56ed6

%8
%49
%0
%16

Triadic Colors of #c56ed6

#c56ed6 #d6c56e #6ed6c5

Analogous Colors of #c56ed6

#c56ed6 #d66eb3 #916ed6

Monochromatic Colors of #c56ed6

#c56ed6

Complementary Color

#c56ed6 #7fd66e

#c56ed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56ed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56ed6 Color CSS Codes

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

#c56ed6 Text Font Color

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

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


#c56ed6 Background Color

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

This div background color is #c56ed6


#c56ed6 Border Color

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

This div border color is #c56ed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56ed6


Comments

No comments written yet.

Please login to write comment.