Color Hex Logo

#c6408d Color Hex

#C6408D
(198,64,141)
0 Favorites   0 Comments

Color spaces of #c6408d

RGB 19864141
HSL0.900.540.51
HSV326°68°78°
CMYK 0.000.680.29   0.22
XYZ29.929817.595627.0181
Yxy17.59560.40150.2360
Hunter Lab41.947153.9546-8.8257
CIE-Lab49.001959.9861-13.6064

#c6408d color RGB value is (198,64,141).

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

The process color (four color CMYK) of #c6408d color hex is 0.00, 0.68, 0.29, 0.22. Web safe color of #c6408d is #cc3399. Color #c6408d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 10001101
Octal 306 100 215
Decimal 198 64 141
Hex C6 40 8D

RGB Percentages of Color #c6408d

%49.13
%15.88
%34.99

CMYK Percentages of Color #c6408d

%0
%68
%29
%22

Triadic Colors of #c6408d

#c6408d #8dc640 #408dc6

Analogous Colors of #c6408d

#c6408d #c6404a #bc40c6

Monochromatic Colors of #c6408d

#c6408d

Complementary Color

#c6408d #40c679

#c6408d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6408d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6408d Color CSS Codes

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

#c6408d Text Font Color

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

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


#c6408d Background Color

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

This div background color is #c6408d


#c6408d Border Color

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

This div border color is #c6408d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6408d


Comments

No comments written yet.

Please login to write comment.