Color Hex Logo

#c66376 Color Hex

#C66376
(198,99,118)
0 Favorites   0 Comments

Color spaces of #c66376

RGB 19899118
HSL0.970.460.58
HSV348°50°78°
CMYK 0.000.500.40   0.22
XYZ31.020622.237519.7968
Yxy22.23750.42460.3044
Hunter Lab47.156734.89688.1192
CIE-Lab54.278141.32727.8661

#c66376 color RGB value is (198,99,118).

#c66376 hex color red value is 198, green value is 99 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c66376 hue: 0.97 , saturation: 0.46 and the lightness value of c66376 is 0.58.

The process color (four color CMYK) of #c66376 color hex is 0.00, 0.50, 0.40, 0.22. Web safe color of #c66376 is #cc6666. Color #c66376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100011 01110110
Octal 306 143 166
Decimal 198 99 118
Hex C6 63 76

RGB Percentages of Color #c66376

%47.71
%23.86
%28.43

CMYK Percentages of Color #c66376

%0
%50
%40
%22

Triadic Colors of #c66376

#c66376 #76c663 #6376c6

Analogous Colors of #c66376

#c66376 #c68263 #c663a8

Monochromatic Colors of #c66376

#c66376

Complementary Color

#c66376 #63c6b3

#c66376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66376 Color CSS Codes

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

#c66376 Text Font Color

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

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


#c66376 Background Color

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

This div background color is #c66376


#c66376 Border Color

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

This div border color is #c66376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66376


Comments

No comments written yet.

Please login to write comment.