Color Hex Logo

#c56280 Color Hex

#C56280
(197,98,128)
0 Favorites   0 Comments

Color spaces of #c56280

RGB 19798128
HSL0.950.460.58
HSV342°50°77°
CMYK 0.000.500.35   0.23
XYZ31.289922.164223.0510
Yxy22.16420.40900.2897
Hunter Lab47.078936.24793.9253
CIE-Lab54.200842.65371.8367

#c56280 color RGB value is (197,98,128).

#c56280 hex color red value is 197, green value is 98 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c56280 hue: 0.95 , saturation: 0.46 and the lightness value of c56280 is 0.58.

The process color (four color CMYK) of #c56280 color hex is 0.00, 0.50, 0.35, 0.23. Web safe color of #c56280 is #cc6699. Color #c56280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 10000000
Octal 305 142 200
Decimal 197 98 128
Hex C5 62 80

RGB Percentages of Color #c56280

%46.57
%23.17
%30.26

CMYK Percentages of Color #c56280

%0
%50
%35
%23

Triadic Colors of #c56280

#c56280 #80c562 #6280c5

Analogous Colors of #c56280

#c56280 #c57662 #c562b2

Monochromatic Colors of #c56280

#c56280

Complementary Color

#c56280 #62c5a7

#c56280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56280 Color CSS Codes

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

#c56280 Text Font Color

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

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


#c56280 Background Color

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

This div background color is #c56280


#c56280 Border Color

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

This div border color is #c56280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56280


Comments

No comments written yet.

Please login to write comment.