Color Hex Logo

#c56390 Color Hex

#C56390
(197,99,144)
0 Favorites   0 Comments

Color spaces of #c56390

RGB 19799144
HSL0.920.460.58
HSV332°50°77°
CMYK 0.000.500.27   0.23
XYZ32.521822.807629.0738
Yxy22.80760.38530.2702
Hunter Lab47.757337.9798-2.6646
CIE-Lab54.873644.2262-6.5927

#c56390 color RGB value is (197,99,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100011 10010000
Octal 305 143 220
Decimal 197 99 144
Hex C5 63 90

RGB Percentages of Color #c56390

%44.77
%22.50
%32.73

CMYK Percentages of Color #c56390

%0
%50
%27
%23

Triadic Colors of #c56390

#c56390 #90c563 #6390c5

Analogous Colors of #c56390

#c56390 #c56763 #c563c1

Monochromatic Colors of #c56390

#c56390

Complementary Color

#c56390 #63c598

#c56390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56390 Color CSS Codes

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

#c56390 Text Font Color

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

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


#c56390 Background Color

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

This div background color is #c56390


#c56390 Border Color

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

This div border color is #c56390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56390


Comments

No comments written yet.

Please login to write comment.