Color Hex Logo

#c56490 Color Hex

#C56490
(197,100,144)
0 Favorites   0 Comments

Color spaces of #c56490

RGB 197100144
HSL0.920.460.58
HSV333°49°77°
CMYK 0.000.490.27   0.23
XYZ32.617222.998329.1056
Yxy22.99830.38500.2715
Hunter Lab47.956537.4812-2.4145
CIE-Lab55.070643.7188-6.3000

#c56490 color RGB value is (197,100,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100100 10010000
Octal 305 144 220
Decimal 197 100 144
Hex C5 64 90

RGB Percentages of Color #c56490

%44.67
%22.68
%32.65

CMYK Percentages of Color #c56490

%0
%49
%27
%23

Triadic Colors of #c56490

#c56490 #90c564 #6490c5

Analogous Colors of #c56490

#c56490 #c56964 #c564c1

Monochromatic Colors of #c56490

#c56490

Complementary Color

#c56490 #64c599

#c56490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56490 Color CSS Codes

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

#c56490 Text Font Color

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

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


#c56490 Background Color

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

This div background color is #c56490


#c56490 Border Color

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

This div border color is #c56490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,100,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 #c56490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56490


Comments

No comments written yet.

Please login to write comment.