Color Hex Logo

#c74854 Color Hex

#C74854
(199,72,84)
0 Favorites   0 Comments

Color spaces of #c74854

RGB 1997284
HSL0.980.530.53
HSV354°64°78°
CMYK 0.000.640.58   0.22
XYZ27.470817.416910.3014
Yxy17.41690.49780.3156
Hunter Lab41.733644.462514.5785
CIE-Lab48.781151.354520.5586

#c74854 color RGB value is (199,72,84).

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

The process color (four color CMYK) of #c74854 color hex is 0.00, 0.64, 0.58, 0.22. Web safe color of #c74854 is #cc3366. Color #c74854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001000 01010100
Octal 307 110 124
Decimal 199 72 84
Hex C7 48 54

RGB Percentages of Color #c74854

%56.06
%20.28
%23.66

CMYK Percentages of Color #c74854

%0
%64
%58
%22

Triadic Colors of #c74854

#c74854 #54c748 #4854c7

Analogous Colors of #c74854

#c74854 #c77c48 #c74894

Monochromatic Colors of #c74854

#c74854

Complementary Color

#c74854 #48c7bb

#c74854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74854 Color CSS Codes

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

#c74854 Text Font Color

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

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


#c74854 Background Color

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

This div background color is #c74854


#c74854 Border Color

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

This div border color is #c74854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74854


Comments

No comments written yet.

Please login to write comment.