Color Hex Logo

#c6707d Color Hex

#C6707D
(198,112,125)
0 Favorites   0 Comments

Color spaces of #c6707d

RGB 198112125
HSL0.970.430.61
HSV351°43°78°
CMYK 0.000.430.37   0.22
XYZ32.784525.074822.5140
Yxy25.07480.40790.3120
Hunter Lab50.074729.23528.3951
CIE-Lab57.148235.36097.8514

#c6707d color RGB value is (198,112,125).

#c6707d hex color red value is 198, green value is 112 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c6707d hue: 0.97 , saturation: 0.43 and the lightness value of c6707d is 0.61.

The process color (four color CMYK) of #c6707d color hex is 0.00, 0.43, 0.37, 0.22. Web safe color of #c6707d is #cc6666. Color #c6707d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110000 01111101
Octal 306 160 175
Decimal 198 112 125
Hex C6 70 7D

RGB Percentages of Color #c6707d

%45.52
%25.75
%28.74

CMYK Percentages of Color #c6707d

%0
%43
%37
%22

Triadic Colors of #c6707d

#c6707d #7dc670 #707dc6

Analogous Colors of #c6707d

#c6707d #c68e70 #c670a8

Monochromatic Colors of #c6707d

#c6707d

Complementary Color

#c6707d #70c6b9

#c6707d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6707d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6707d Color CSS Codes

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

#c6707d Text Font Color

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

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


#c6707d Background Color

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

This div background color is #c6707d


#c6707d Border Color

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

This div border color is #c6707d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6707d


Comments

No comments written yet.

Please login to write comment.