Color Hex Logo

#c56285 Color Hex

#C56285
(197,98,133)
0 Favorites   0 Comments

Color spaces of #c56285

RGB 19798133
HSL0.940.460.58
HSV339°50°77°
CMYK 0.000.500.32   0.23
XYZ31.627322.299124.8275
Yxy22.29910.40160.2831
Hunter Lab47.221936.91361.8829
CIE-Lab54.342943.2775-0.9050

#c56285 color RGB value is (197,98,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 10000101
Octal 305 142 205
Decimal 197 98 133
Hex C5 62 85

RGB Percentages of Color #c56285

%46.03
%22.90
%31.07

CMYK Percentages of Color #c56285

%0
%50
%32
%23

Triadic Colors of #c56285

#c56285 #85c562 #6285c5

Analogous Colors of #c56285

#c56285 #c57162 #c562b7

Monochromatic Colors of #c56285

#c56285

Complementary Color

#c56285 #62c5a2

#c56285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56285 Color CSS Codes

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

#c56285 Text Font Color

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

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


#c56285 Background Color

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

This div background color is #c56285


#c56285 Border Color

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

This div border color is #c56285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56285


Comments

No comments written yet.

Please login to write comment.