Color Hex Logo

#c7425d Color Hex

#C7425D
(199,66,93)
0 Favorites   0 Comments

Color spaces of #c7425d

RGB 1996693
HSL0.970.540.52
HSV348°67°78°
CMYK 0.000.670.53   0.22
XYZ27.477216.828912.1560
Yxy16.82890.48660.2981
Hunter Lab41.023047.768811.1472
CIE-Lab48.043754.558514.1171

#c7425d color RGB value is (199,66,93).

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

The process color (four color CMYK) of #c7425d color hex is 0.00, 0.67, 0.53, 0.22. Web safe color of #c7425d is #cc3366. Color #c7425d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 01011101
Octal 307 102 135
Decimal 199 66 93
Hex C7 42 5D

RGB Percentages of Color #c7425d

%55.59
%18.44
%25.98

CMYK Percentages of Color #c7425d

%0
%67
%53
%22

Triadic Colors of #c7425d

#c7425d #5dc742 #425dc7

Analogous Colors of #c7425d

#c7425d #c76a42 #c742a0

Monochromatic Colors of #c7425d

#c7425d

Complementary Color

#c7425d #42c7ac

#c7425d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7425d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7425d Color CSS Codes

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

#c7425d Text Font Color

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

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


#c7425d Background Color

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

This div background color is #c7425d


#c7425d Border Color

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

This div border color is #c7425d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7425d


Comments

No comments written yet.

Please login to write comment.