Color Hex Logo

#c7445f Color Hex

#C7445F
(199,68,95)
0 Favorites   0 Comments

Color spaces of #c7445f

RGB 1996895
HSL0.970.540.52
HSV348°66°78°
CMYK 0.000.660.52   0.22
XYZ27.685917.102612.6684
Yxy17.10260.48190.2977
Hunter Lab41.355347.127710.7863
CIE-Lab48.389153.904913.3780

#c7445f color RGB value is (199,68,95).

#c7445f hex color red value is 199, green value is 68 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c7445f hue: 0.97 , saturation: 0.54 and the lightness value of c7445f is 0.52.

The process color (four color CMYK) of #c7445f color hex is 0.00, 0.66, 0.52, 0.22. Web safe color of #c7445f is #cc3366. Color #c7445f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000100 01011111
Octal 307 104 137
Decimal 199 68 95
Hex C7 44 5F

RGB Percentages of Color #c7445f

%54.97
%18.78
%26.24

CMYK Percentages of Color #c7445f

%0
%66
%52
%22

Triadic Colors of #c7445f

#c7445f #5fc744 #445fc7

Analogous Colors of #c7445f

#c7445f #c76b44 #c744a1

Monochromatic Colors of #c7445f

#c7445f

Complementary Color

#c7445f #44c7ac

#c7445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7445f Color CSS Codes

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

#c7445f Text Font Color

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

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


#c7445f Background Color

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

This div background color is #c7445f


#c7445f Border Color

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

This div border color is #c7445f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7445f


Comments

No comments written yet.

Please login to write comment.