Color Hex Logo

#c6034e Color Hex

#C6034E
(198,3,78)
0 Favorites   0 Comments

Color spaces of #c6034e

RGB 198378
HSL0.940.970.39
HSV337°98°78°
CMYK 0.000.980.61   0.22
XYZ24.696412.62098.3422
Yxy12.62090.54090.2764
Hunter Lab35.525961.916810.9456
CIE-Lab42.186468.253715.3766

#c6034e color RGB value is (198,3,78).

#c6034e hex color red value is 198, green value is 3 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c6034e hue: 0.94 , saturation: 0.97 and the lightness value of c6034e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 01001110
Octal 306 3 116
Decimal 198 3 78
Hex C6 3 4E

RGB Percentages of Color #c6034e

%70.97
%1.08
%27.96

CMYK Percentages of Color #c6034e

%0
%98
%61
%22

Triadic Colors of #c6034e

#c6034e #4ec603 #034ec6

Analogous Colors of #c6034e

#c6034e #c61903 #c603b0

Monochromatic Colors of #c6034e

#c6034e

Complementary Color

#c6034e #03c67b

#c6034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6034e Color CSS Codes

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

#c6034e Text Font Color

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

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


#c6034e Background Color

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

This div background color is #c6034e


#c6034e Border Color

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

This div border color is #c6034e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,3,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 #c6034e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6034e


Comments

No comments written yet.

Please login to write comment.