Color Hex Logo

#c7104e Color Hex

#C7104E
(199,16,78)
0 Favorites   0 Comments

Color spaces of #c7104e

RGB 1991678
HSL0.940.850.42
HSV340°92°78°
CMYK 0.000.920.61   0.22
XYZ25.113613.06288.4055
Yxy13.06280.53910.2804
Hunter Lab36.142560.781311.5109
CIE-Lab42.857767.146616.3197

#c7104e color RGB value is (199,16,78).

#c7104e hex color red value is 199, green value is 16 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c7104e hue: 0.94 , saturation: 0.85 and the lightness value of c7104e is 0.42.

The process color (four color CMYK) of #c7104e color hex is 0.00, 0.92, 0.61, 0.22. Web safe color of #c7104e is #cc0066. Color #c7104e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010000 01001110
Octal 307 20 116
Decimal 199 16 78
Hex C7 10 4E

RGB Percentages of Color #c7104e

%67.92
%5.46
%26.62

CMYK Percentages of Color #c7104e

%0
%92
%61
%22

Triadic Colors of #c7104e

#c7104e #4ec710 #104ec7

Analogous Colors of #c7104e

#c7104e #c72d10 #c710aa

Monochromatic Colors of #c7104e

#c7104e

Complementary Color

#c7104e #10c789

#c7104e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7104e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7104e Color CSS Codes

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

#c7104e Text Font Color

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

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


#c7104e Background Color

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

This div background color is #c7104e


#c7104e Border Color

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

This div border color is #c7104e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7104e


Comments

No comments written yet.

Please login to write comment.