Color Hex Logo

#c7426f Color Hex

#C7426F
(199,66,111)
0 Favorites   0 Comments

Color spaces of #c7426f

RGB 19966111
HSL0.940.540.52
HSV340°67°78°
CMYK 0.000.670.44   0.22
XYZ28.370617.186216.8609
Yxy17.18620.45450.2753
Hunter Lab41.456249.60814.9052
CIE-Lab48.493856.16353.7964

#c7426f color RGB value is (199,66,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 01101111
Octal 307 102 157
Decimal 199 66 111
Hex C7 42 6F

RGB Percentages of Color #c7426f

%52.93
%17.55
%29.52

CMYK Percentages of Color #c7426f

%0
%67
%44
%22

Triadic Colors of #c7426f

#c7426f #6fc742 #426fc7

Analogous Colors of #c7426f

#c7426f #c75842 #c742b2

Monochromatic Colors of #c7426f

#c7426f

Complementary Color

#c7426f #42c79a

#c7426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7426f Color CSS Codes

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

#c7426f Text Font Color

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

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


#c7426f Background Color

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

This div background color is #c7426f


#c7426f Border Color

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

This div border color is #c7426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7426f


Comments

No comments written yet.

Please login to write comment.