Color Hex Logo

#c6749e Color Hex

#C6749E
(198,116,158)
0 Favorites   0 Comments

Color spaces of #c6749e

RGB 198116158
HSL0.910.420.62
HSV329°41°78°
CMYK 0.000.410.20   0.22
XYZ35.705626.965235.6707
Yxy26.96520.36310.2742
Hunter Lab51.928031.8622-4.3782
CIE-Lab58.942137.7483-8.6629

#c6749e color RGB value is (198,116,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 10011110
Octal 306 164 236
Decimal 198 116 158
Hex C6 74 9E

RGB Percentages of Color #c6749e

%41.95
%24.58
%33.47

CMYK Percentages of Color #c6749e

%0
%41
%20
%22

Triadic Colors of #c6749e

#c6749e #9ec674 #749ec6

Analogous Colors of #c6749e

#c6749e #c67475 #c574c6

Monochromatic Colors of #c6749e

#c6749e

Complementary Color

#c6749e #74c69c

#c6749e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6749e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6749e Color CSS Codes

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

#c6749e Text Font Color

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

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


#c6749e Background Color

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

This div background color is #c6749e


#c6749e Border Color

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

This div border color is #c6749e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6749e


Comments

No comments written yet.

Please login to write comment.