Color Hex Logo

#c56090 Color Hex

#C56090
(197,96,144)
0 Favorites   0 Comments

Color spaces of #c56090

RGB 19796144
HSL0.920.470.57
HSV331°51°77°
CMYK 0.000.510.27   0.23
XYZ32.242922.249728.9808
Yxy22.24970.38630.2665
Hunter Lab47.169639.4674-3.4088
CIE-Lab54.290945.7351-7.4598

#c56090 color RGB value is (197,96,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100000 10010000
Octal 305 140 220
Decimal 197 96 144
Hex C5 60 90

RGB Percentages of Color #c56090

%45.08
%21.97
%32.95

CMYK Percentages of Color #c56090

%0
%51
%27
%23

Triadic Colors of #c56090

#c56090 #90c560 #6090c5

Analogous Colors of #c56090

#c56090 #c56360 #c560c3

Monochromatic Colors of #c56090

#c56090

Complementary Color

#c56090 #60c595

#c56090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56090 Color CSS Codes

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

#c56090 Text Font Color

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

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


#c56090 Background Color

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

This div background color is #c56090


#c56090 Border Color

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

This div border color is #c56090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56090


Comments

No comments written yet.

Please login to write comment.