Color Hex Logo

#c78698 Color Hex

#C78698
(199,134,152)
0 Favorites   0 Comments

Color spaces of #c78698

RGB 199134152
HSL0.950.370.65
HSV343°33°78°
CMYK 0.000.330.24   0.22
XYZ37.745831.459333.7886
Yxy31.45930.36650.3054
Hunter Lab56.088621.96973.5448
CIE-Lab62.893527.46120.6186

#c78698 color RGB value is (199,134,152).

#c78698 hex color red value is 199, green value is 134 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c78698 hue: 0.95 , saturation: 0.37 and the lightness value of c78698 is 0.65.

The process color (four color CMYK) of #c78698 color hex is 0.00, 0.33, 0.24, 0.22. Web safe color of #c78698 is #cc9999. Color #c78698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000110 10011000
Octal 307 206 230
Decimal 199 134 152
Hex C7 86 98

RGB Percentages of Color #c78698

%41.03
%27.63
%31.34

CMYK Percentages of Color #c78698

%0
%33
%24
%22

Triadic Colors of #c78698

#c78698 #98c786 #8698c7

Analogous Colors of #c78698

#c78698 #c79586 #c786b9

Monochromatic Colors of #c78698

#c78698

Complementary Color

#c78698 #86c7b5

#c78698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78698 Color CSS Codes

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

#c78698 Text Font Color

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

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


#c78698 Background Color

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

This div background color is #c78698


#c78698 Border Color

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

This div border color is #c78698


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,134,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c78698; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c78698;
  -webkit-box-shadow: 1px 1px 3px 2px #c78698;
  box-shadow:         1px 1px 3px 2px #c78698; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,134,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78698


Comments

No comments written yet.

Please login to write comment.