Color Hex Logo

#c55580 Color Hex

#C55580
(197,85,128)
0 Favorites   0 Comments

Color spaces of #c55580

RGB 19785128
HSL0.940.490.55
HSV337°57°77°
CMYK 0.000.570.35   0.23
XYZ30.170719.925822.6780
Yxy19.92580.41460.2738
Hunter Lab44.638342.52971.1252
CIE-Lab51.753249.0372-1.7368

#c55580 color RGB value is (197,85,128).

#c55580 hex color red value is 197, green value is 85 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c55580 hue: 0.94 , saturation: 0.49 and the lightness value of c55580 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010101 10000000
Octal 305 125 200
Decimal 197 85 128
Hex C5 55 80

RGB Percentages of Color #c55580

%48.05
%20.73
%31.22

CMYK Percentages of Color #c55580

%0
%57
%35
%23

Triadic Colors of #c55580

#c55580 #80c555 #5580c5

Analogous Colors of #c55580

#c55580 #c56255 #c555b8

Monochromatic Colors of #c55580

#c55580

Complementary Color

#c55580 #55c59a

#c55580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55580 Color CSS Codes

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

#c55580 Text Font Color

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

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


#c55580 Background Color

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

This div background color is #c55580


#c55580 Border Color

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

This div border color is #c55580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55580


Comments

No comments written yet.

Please login to write comment.