Color Hex Logo

#c6749f Color Hex

#C6749F
(198,116,159)
0 Favorites   0 Comments

Color spaces of #c6749f

RGB 198116159
HSL0.910.420.62
HSV329°41°78°
CMYK 0.000.410.20   0.22
XYZ35.792126.999836.1259
Yxy26.99980.36180.2730
Hunter Lab51.961332.0224-4.8482
CIE-Lab58.974137.9013-9.1916

#c6749f color RGB value is (198,116,159).

#c6749f hex color red value is 198, green value is 116 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c6749f hue: 0.91 , saturation: 0.42 and the lightness value of c6749f is 0.62.

The process color (four color CMYK) of #c6749f color hex is 0.00, 0.41, 0.20, 0.22. Web safe color of #c6749f is #cc6699. Color #c6749f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 10011111
Octal 306 164 237
Decimal 198 116 159
Hex C6 74 9F

RGB Percentages of Color #c6749f

%41.86
%24.52
%33.62

CMYK Percentages of Color #c6749f

%0
%41
%20
%22

Triadic Colors of #c6749f

#c6749f #9fc674 #749fc6

Analogous Colors of #c6749f

#c6749f #c67476 #c474c6

Monochromatic Colors of #c6749f

#c6749f

Complementary Color

#c6749f #74c69b

#c6749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6749f Color CSS Codes

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

#c6749f Text Font Color

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

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


#c6749f Background Color

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

This div background color is #c6749f


#c6749f Border Color

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

This div border color is #c6749f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6749f


Comments

No comments written yet.

Please login to write comment.