Color Hex Logo

#c7426e Color Hex

#C7426E
(199,66,110)
0 Favorites   0 Comments

Color spaces of #c7426e

RGB 19966110
HSL0.940.540.52
HSV340°67°78°
CMYK 0.000.670.45   0.22
XYZ28.315917.164316.5725
Yxy17.16430.45630.2766
Hunter Lab41.429849.49665.2841
CIE-Lab48.466456.06684.3650

#c7426e color RGB value is (199,66,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 01101110
Octal 307 102 156
Decimal 199 66 110
Hex C7 42 6E

RGB Percentages of Color #c7426e

%53.07
%17.60
%29.33

CMYK Percentages of Color #c7426e

%0
%67
%45
%22

Triadic Colors of #c7426e

#c7426e #6ec742 #426ec7

Analogous Colors of #c7426e

#c7426e #c75942 #c742b1

Monochromatic Colors of #c7426e

#c7426e

Complementary Color

#c7426e #42c79b

#c7426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7426e Color CSS Codes

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

#c7426e Text Font Color

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

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


#c7426e Background Color

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

This div background color is #c7426e


#c7426e Border Color

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

This div border color is #c7426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7426e


Comments

No comments written yet.

Please login to write comment.