Color Hex Logo

#c2556d Color Hex

#C2556D
(194,85,109)
0 Favorites   0 Comments

Color spaces of #c2556d

RGB 19485109
HSL0.960.470.55
HSV347°56°76°
CMYK 0.000.560.44   0.24
XYZ28.257019.070516.6597
Yxy19.07050.44160.2980
Hunter Lab43.669839.07827.9502
CIE-Lab50.769645.90758.1491

#c2556d color RGB value is (194,85,109).

#c2556d hex color red value is 194, green value is 85 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c2556d hue: 0.96 , saturation: 0.47 and the lightness value of c2556d is 0.55.

The process color (four color CMYK) of #c2556d color hex is 0.00, 0.56, 0.44, 0.24. Web safe color of #c2556d is #cc6666. Color #c2556d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010101 01101101
Octal 302 125 155
Decimal 194 85 109
Hex C2 55 6D

RGB Percentages of Color #c2556d

%50.00
%21.91
%28.09

CMYK Percentages of Color #c2556d

%0
%56
%44
%24

Triadic Colors of #c2556d

#c2556d #6dc255 #556dc2

Analogous Colors of #c2556d

#c2556d #c27455 #c255a4

Monochromatic Colors of #c2556d

#c2556d

Complementary Color

#c2556d #55c2aa

#c2556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2556d Color CSS Codes

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

#c2556d Text Font Color

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

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


#c2556d Background Color

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

This div background color is #c2556d


#c2556d Border Color

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

This div border color is #c2556d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,85,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2556d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2556d;
  -webkit-box-shadow: 1px 1px 3px 2px #c2556d;
  box-shadow:         1px 1px 3px 2px #c2556d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,85,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2556d


Comments

No comments written yet.

Please login to write comment.