Color Hex Logo

#c53755 Color Hex

#C53755
(197,55,85)
0 Favorites   0 Comments

Color spaces of #c53755

RGB 1975585
HSL0.960.560.49
HSV347°72°77°
CMYK 0.000.720.57   0.23
XYZ26.031815.258610.1675
Yxy15.25860.50590.2965
Hunter Lab39.062350.596711.9110
CIE-Lab45.986457.524616.1367

#c53755 color RGB value is (197,55,85).

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

The process color (four color CMYK) of #c53755 color hex is 0.00, 0.72, 0.57, 0.23. Web safe color of #c53755 is #cc3366. Color #c53755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110111 01010101
Octal 305 67 125
Decimal 197 55 85
Hex C5 37 55

RGB Percentages of Color #c53755

%58.46
%16.32
%25.22

CMYK Percentages of Color #c53755

%0
%72
%57
%23

Triadic Colors of #c53755

#c53755 #55c537 #3755c5

Analogous Colors of #c53755

#c53755 #c56037 #c5379c

Monochromatic Colors of #c53755

#c53755

Complementary Color

#c53755 #37c5a7

#c53755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53755 Color CSS Codes

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

#c53755 Text Font Color

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

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


#c53755 Background Color

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

This div background color is #c53755


#c53755 Border Color

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

This div border color is #c53755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53755


Comments

No comments written yet.

Please login to write comment.