Color Hex Logo

#c74658 Color Hex

#C74658
(199,70,88)
0 Favorites   0 Comments

Color spaces of #c74658

RGB 1997088
HSL0.980.540.53
HSV352°65°78°
CMYK 0.000.650.56   0.22
XYZ27.504817.227011.1080
Yxy17.22700.49260.3085
Hunter Lab41.505445.653813.1861
CIE-Lab48.544852.509417.8321

#c74658 color RGB value is (199,70,88).

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

The process color (four color CMYK) of #c74658 color hex is 0.00, 0.65, 0.56, 0.22. Web safe color of #c74658 is #cc3366. Color #c74658 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000110 01011000
Octal 307 106 130
Decimal 199 70 88
Hex C7 46 58

RGB Percentages of Color #c74658

%55.74
%19.61
%24.65

CMYK Percentages of Color #c74658

%0
%65
%56
%22

Triadic Colors of #c74658

#c74658 #58c746 #4658c7

Analogous Colors of #c74658

#c74658 #c77546 #c74699

Monochromatic Colors of #c74658

#c74658

Complementary Color

#c74658 #46c7b5

#c74658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74658 Color CSS Codes

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

#c74658 Text Font Color

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

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


#c74658 Background Color

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

This div background color is #c74658


#c74658 Border Color

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

This div border color is #c74658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74658


Comments

No comments written yet.

Please login to write comment.