Color Hex Logo

#c6134e Color Hex

#C6134E
(198,19,78)
0 Favorites   0 Comments

Color spaces of #c6134e

RGB 1981978
HSL0.950.820.43
HSV340°90°78°
CMYK 0.000.900.61   0.22
XYZ24.896713.02168.4089
Yxy13.02160.53740.2811
Hunter Lab36.085560.004311.4436
CIE-Lab42.795866.487316.2014

#c6134e color RGB value is (198,19,78).

#c6134e hex color red value is 198, green value is 19 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c6134e hue: 0.95 , saturation: 0.82 and the lightness value of c6134e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 01001110
Octal 306 23 116
Decimal 198 19 78
Hex C6 13 4E

RGB Percentages of Color #c6134e

%67.12
%6.44
%26.44

CMYK Percentages of Color #c6134e

%0
%90
%61
%22

Triadic Colors of #c6134e

#c6134e #4ec613 #134ec6

Analogous Colors of #c6134e

#c6134e #c63113 #c613a8

Monochromatic Colors of #c6134e

#c6134e

Complementary Color

#c6134e #13c68b

#c6134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6134e Color CSS Codes

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

#c6134e Text Font Color

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

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


#c6134e Background Color

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

This div background color is #c6134e


#c6134e Border Color

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

This div border color is #c6134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6134e


Comments

No comments written yet.

Please login to write comment.