Color Hex Logo

#c6134d Color Hex

#C6134D
(198,19,77)
0 Favorites   0 Comments

Color spaces of #c6134d

RGB 1981977
HSL0.950.820.43
HSV341°90°78°
CMYK 0.000.900.61   0.22
XYZ24.861113.00738.2215
Yxy13.00730.53940.2822
Hunter Lab36.065659.930411.7302
CIE-Lab42.774266.427516.8018

#c6134d color RGB value is (198,19,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 01001101
Octal 306 23 115
Decimal 198 19 77
Hex C6 13 4D

RGB Percentages of Color #c6134d

%67.35
%6.46
%26.19

CMYK Percentages of Color #c6134d

%0
%90
%61
%22

Triadic Colors of #c6134d

#c6134d #4dc613 #134dc6

Analogous Colors of #c6134d

#c6134d #c63213 #c613a7

Monochromatic Colors of #c6134d

#c6134d

Complementary Color

#c6134d #13c68c

#c6134d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6134d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6134d Color CSS Codes

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

#c6134d Text Font Color

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

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


#c6134d Background Color

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

This div background color is #c6134d


#c6134d Border Color

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

This div border color is #c6134d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,19,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6134d


Comments

No comments written yet.

Please login to write comment.