Color Hex Logo

#c74955 Color Hex

#C74955
(199,73,85)
0 Favorites   0 Comments

Color spaces of #c74955

RGB 1997385
HSL0.980.530.53
HSV354°63°78°
CMYK 0.000.630.57   0.22
XYZ27.575417.563110.5310
Yxy17.56310.49530.3155
Hunter Lab41.908444.112114.4371
CIE-Lab48.961850.994420.1982

#c74955 color RGB value is (199,73,85).

#c74955 hex color red value is 199, green value is 73 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c74955 hue: 0.98 , saturation: 0.53 and the lightness value of c74955 is 0.53.

The process color (four color CMYK) of #c74955 color hex is 0.00, 0.63, 0.57, 0.22. Web safe color of #c74955 is #cc3366. Color #c74955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 01010101
Octal 307 111 125
Decimal 199 73 85
Hex C7 49 55

RGB Percentages of Color #c74955

%55.74
%20.45
%23.81

CMYK Percentages of Color #c74955

%0
%63
%57
%22

Triadic Colors of #c74955

#c74955 #55c749 #4955c7

Analogous Colors of #c74955

#c74955 #c77c49 #c74994

Monochromatic Colors of #c74955

#c74955

Complementary Color

#c74955 #49c7bb

#c74955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74955 Color CSS Codes

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

#c74955 Text Font Color

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

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


#c74955 Background Color

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

This div background color is #c74955


#c74955 Border Color

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

This div border color is #c74955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74955


Comments

No comments written yet.

Please login to write comment.