Color Hex Logo

#c6454d Color Hex

#C6454D
(198,69,77)
0 Favorites   0 Comments

Color spaces of #c6454d

RGB 1986977
HSL0.990.530.52
HSV356°65°78°
CMYK 0.000.650.61   0.22
XYZ26.756416.79788.8533
Yxy16.79780.51050.3205
Hunter Lab40.985144.806615.8822
CIE-Lab48.004251.812123.7068

#c6454d color RGB value is (198,69,77).

#c6454d hex color red value is 198, green value is 69 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c6454d hue: 0.99 , saturation: 0.53 and the lightness value of c6454d is 0.52.

The process color (four color CMYK) of #c6454d color hex is 0.00, 0.65, 0.61, 0.22. Web safe color of #c6454d is #cc3366. Color #c6454d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000101 01001101
Octal 306 105 115
Decimal 198 69 77
Hex C6 45 4D

RGB Percentages of Color #c6454d

%57.56
%20.06
%22.38

CMYK Percentages of Color #c6454d

%0
%65
%61
%22

Triadic Colors of #c6454d

#c6454d #4dc645 #454dc6

Analogous Colors of #c6454d

#c6454d #c67e45 #c6458e

Monochromatic Colors of #c6454d

#c6454d

Complementary Color

#c6454d #45c6be

#c6454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6454d Color CSS Codes

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

#c6454d Text Font Color

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

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


#c6454d Background Color

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

This div background color is #c6454d


#c6454d Border Color

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

This div border color is #c6454d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6454d


Comments

No comments written yet.

Please login to write comment.