Color Hex Logo

#c56ecf Color Hex

#C56ECF
(197,110,207)
0 Favorites   0 Comments

Color spaces of #c56ecf

RGB 197110207
HSL0.820.500.62
HSV294°47°81°
CMYK 0.050.470.00   0.19
XYZ39.864427.527262.2437
Yxy27.52720.30750.2123
Hunter Lab52.466443.8097-33.6125
CIE-Lab59.459249.0155-35.8854

#c56ecf color RGB value is (197,110,207).

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

The process color (four color CMYK) of #c56ecf color hex is 0.05, 0.47, 0.00, 0.19. Web safe color of #c56ecf is #cc66cc. Color #c56ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101110 11001111
Octal 305 156 317
Decimal 197 110 207
Hex C5 6E CF

RGB Percentages of Color #c56ecf

%38.33
%21.40
%40.27

CMYK Percentages of Color #c56ecf

%5
%47
%0
%19

Triadic Colors of #c56ecf

#c56ecf #cfc56e #6ecfc5

Analogous Colors of #c56ecf

#c56ecf #cf6ea9 #956ecf

Monochromatic Colors of #c56ecf

#c56ecf

Complementary Color

#c56ecf #78cf6e

#c56ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56ecf Color CSS Codes

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

#c56ecf Text Font Color

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

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


#c56ecf Background Color

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

This div background color is #c56ecf


#c56ecf Border Color

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

This div border color is #c56ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56ecf


Comments

No comments written yet.

Please login to write comment.