Color Hex Logo

#c55480 Color Hex

#C55480
(197,84,128)
0 Favorites   0 Comments

Color spaces of #c55480

RGB 19784128
HSL0.940.490.55
HSV337°57°77°
CMYK 0.000.570.35   0.23
XYZ30.092619.769522.6519
Yxy19.76950.41500.2726
Hunter Lab44.462942.99910.9184
CIE-Lab51.575649.5082-1.9976

#c55480 color RGB value is (197,84,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010100 10000000
Octal 305 124 200
Decimal 197 84 128
Hex C5 54 80

RGB Percentages of Color #c55480

%48.17
%20.54
%31.30

CMYK Percentages of Color #c55480

%0
%57
%35
%23

Triadic Colors of #c55480

#c55480 #80c554 #5480c5

Analogous Colors of #c55480

#c55480 #c56154 #c554b9

Monochromatic Colors of #c55480

#c55480

Complementary Color

#c55480 #54c599

#c55480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55480 Color CSS Codes

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

#c55480 Text Font Color

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

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


#c55480 Background Color

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

This div background color is #c55480


#c55480 Border Color

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

This div border color is #c55480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55480


Comments

No comments written yet.

Please login to write comment.