Color Hex Logo

#c6789e Color Hex

#C6789E
(198,120,158)
0 Favorites   0 Comments

Color spaces of #c6789e

RGB 198120158
HSL0.920.410.62
HSV331°39°78°
CMYK 0.000.390.20   0.22
XYZ36.176727.907335.8277
Yxy27.90730.36210.2793
Hunter Lab52.827429.7907-3.2315
CIE-Lab59.804935.6091-7.3773

#c6789e color RGB value is (198,120,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111000 10011110
Octal 306 170 236
Decimal 198 120 158
Hex C6 78 9E

RGB Percentages of Color #c6789e

%41.60
%25.21
%33.19

CMYK Percentages of Color #c6789e

%0
%39
%20
%22

Triadic Colors of #c6789e

#c6789e #9ec678 #789ec6

Analogous Colors of #c6789e

#c6789e #c67978 #c678c5

Monochromatic Colors of #c6789e

#c6789e

Complementary Color

#c6789e #78c6a0

#c6789e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6789e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6789e Color CSS Codes

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

#c6789e Text Font Color

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

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


#c6789e Background Color

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

This div background color is #c6789e


#c6789e Border Color

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

This div border color is #c6789e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6789e


Comments

No comments written yet.

Please login to write comment.