Color Hex Logo

#c66875 Color Hex

#C66875
(198,104,117)
0 Favorites   0 Comments

Color spaces of #c66875

RGB 198104117
HSL0.980.450.59
HSV352°47°78°
CMYK 0.000.470.41   0.22
XYZ31.449923.190819.6483
Yxy23.19080.42330.3122
Hunter Lab48.156832.29909.5191
CIE-Lab55.268338.63979.8574

#c66875 color RGB value is (198,104,117).

#c66875 hex color red value is 198, green value is 104 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c66875 hue: 0.98 , saturation: 0.45 and the lightness value of c66875 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 01110101
Octal 306 150 165
Decimal 198 104 117
Hex C6 68 75

RGB Percentages of Color #c66875

%47.26
%24.82
%27.92

CMYK Percentages of Color #c66875

%0
%47
%41
%22

Triadic Colors of #c66875

#c66875 #75c668 #6875c6

Analogous Colors of #c66875

#c66875 #c68a68 #c668a4

Monochromatic Colors of #c66875

#c66875

Complementary Color

#c66875 #68c6b9

#c66875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66875 Color CSS Codes

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

#c66875 Text Font Color

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

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


#c66875 Background Color

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

This div background color is #c66875


#c66875 Border Color

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

This div border color is #c66875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66875


Comments

No comments written yet.

Please login to write comment.