Color Hex Logo

#c75558 Color Hex

#C75558
(199,85,88)
0 Favorites   0 Comments

Color spaces of #c75558

RGB 1998588
HSL1.000.500.56
HSV358°57°78°
CMYK 0.000.570.56   0.22
XYZ28.563119.343711.4608
Yxy19.34370.48110.3258
Hunter Lab43.981538.956515.3371
CIE-Lab51.086945.740321.2360

#c75558 color RGB value is (199,85,88).

#c75558 hex color red value is 199, green value is 85 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c75558 hue: 1.00 , saturation: 0.50 and the lightness value of c75558 is 0.56.

The process color (four color CMYK) of #c75558 color hex is 0.00, 0.57, 0.56, 0.22. Web safe color of #c75558 is #cc6666. Color #c75558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 01011000
Octal 307 125 130
Decimal 199 85 88
Hex C7 55 58

RGB Percentages of Color #c75558

%53.49
%22.85
%23.66

CMYK Percentages of Color #c75558

%0
%57
%56
%22

Triadic Colors of #c75558

#c75558 #58c755 #5558c7

Analogous Colors of #c75558

#c75558 #c78b55 #c75591

Monochromatic Colors of #c75558

#c75558

Complementary Color

#c75558 #55c7c4

#c75558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75558 Color CSS Codes

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

#c75558 Text Font Color

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

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


#c75558 Background Color

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

This div background color is #c75558


#c75558 Border Color

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

This div border color is #c75558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75558


Comments

No comments written yet.

Please login to write comment.