Color Hex Logo

#c6406d Color Hex

#C6406D
(198,64,109)
0 Favorites   0 Comments

Color spaces of #c6406d

RGB 19864109
HSL0.940.540.51
HSV340°68°78°
CMYK 0.000.680.45   0.22
XYZ27.882416.776716.2367
Yxy16.77670.45790.2755
Hunter Lab40.959449.83205.1684
CIE-Lab47.977456.46144.2481

#c6406d color RGB value is (198,64,109).

#c6406d hex color red value is 198, green value is 64 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c6406d hue: 0.94 , saturation: 0.54 and the lightness value of c6406d is 0.51.

The process color (four color CMYK) of #c6406d color hex is 0.00, 0.68, 0.45, 0.22. Web safe color of #c6406d is #cc3366. Color #c6406d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 01101101
Octal 306 100 155
Decimal 198 64 109
Hex C6 40 6D

RGB Percentages of Color #c6406d

%53.37
%17.25
%29.38

CMYK Percentages of Color #c6406d

%0
%68
%45
%22

Triadic Colors of #c6406d

#c6406d #6dc640 #406dc6

Analogous Colors of #c6406d

#c6406d #c65640 #c640b0

Monochromatic Colors of #c6406d

#c6406d

Complementary Color

#c6406d #40c699

#c6406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6406d Color CSS Codes

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

#c6406d Text Font Color

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

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


#c6406d Background Color

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

This div background color is #c6406d


#c6406d Border Color

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

This div border color is #c6406d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6406d


Comments

No comments written yet.

Please login to write comment.