Color Hex Logo

#c6759b Color Hex

#C6759B
(198,117,155)
0 Favorites   0 Comments

Color spaces of #c6759b

RGB 198117155
HSL0.920.420.62
HSV332°41°78°
CMYK 0.000.410.22   0.22
XYZ35.566427.094934.3656
Yxy27.09490.36660.2793
Hunter Lab52.052830.8724-2.7067
CIE-Lab59.062136.7618-6.7536

#c6759b color RGB value is (198,117,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 10011011
Octal 306 165 233
Decimal 198 117 155
Hex C6 75 9B

RGB Percentages of Color #c6759b

%42.13
%24.89
%32.98

CMYK Percentages of Color #c6759b

%0
%41
%22
%22

Triadic Colors of #c6759b

#c6759b #9bc675 #759bc6

Analogous Colors of #c6759b

#c6759b #c67875 #c675c4

Monochromatic Colors of #c6759b

#c6759b

Complementary Color

#c6759b #75c6a0

#c6759b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6759b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6759b Color CSS Codes

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

#c6759b Text Font Color

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

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


#c6759b Background Color

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

This div background color is #c6759b


#c6759b Border Color

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

This div border color is #c6759b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6759b


Comments

No comments written yet.

Please login to write comment.