Color Hex Logo

#c6294b Color Hex

#C6294B
(198,41,75)
0 Favorites   0 Comments

Color spaces of #c6294b

RGB 1984175
HSL0.960.660.47
HSV347°79°78°
CMYK 0.000.790.62   0.22
XYZ25.351614.09968.0419
Yxy14.09960.53380.2969
Hunter Lab37.549454.803213.5866
CIE-Lab44.375461.615120.1825

#c6294b color RGB value is (198,41,75).

#c6294b hex color red value is 198, green value is 41 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c6294b hue: 0.96 , saturation: 0.66 and the lightness value of c6294b is 0.47.

The process color (four color CMYK) of #c6294b color hex is 0.00, 0.79, 0.62, 0.22. Web safe color of #c6294b is #cc3333. Color #c6294b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 01001011
Octal 306 51 113
Decimal 198 41 75
Hex C6 29 4B

RGB Percentages of Color #c6294b

%63.06
%13.06
%23.89

CMYK Percentages of Color #c6294b

%0
%79
%62
%22

Triadic Colors of #c6294b

#c6294b #4bc629 #294bc6

Analogous Colors of #c6294b

#c6294b #c65629 #c6299a

Monochromatic Colors of #c6294b

#c6294b

Complementary Color

#c6294b #29c6a4

#c6294b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6294b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6294b Color CSS Codes

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

#c6294b Text Font Color

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

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


#c6294b Background Color

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

This div background color is #c6294b


#c6294b Border Color

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

This div border color is #c6294b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6294b


Comments

No comments written yet.

Please login to write comment.