Color Hex Logo

#c7929e Color Hex

#C7929E
(199,146,158)
0 Favorites   0 Comments

Color spaces of #c7929e

RGB 199146158
HSL0.960.320.68
HSV346°27°78°
CMYK 0.000.270.21   0.22
XYZ40.003635.168537.0275
Yxy35.16850.35650.3134
Hunter Lab59.303016.62914.4928
CIE-Lab65.879621.77611.5720

#c7929e color RGB value is (199,146,158).

#c7929e hex color red value is 199, green value is 146 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c7929e hue: 0.96 , saturation: 0.32 and the lightness value of c7929e is 0.68.

The process color (four color CMYK) of #c7929e color hex is 0.00, 0.27, 0.21, 0.22. Web safe color of #c7929e is #cc9999. Color #c7929e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010010 10011110
Octal 307 222 236
Decimal 199 146 158
Hex C7 92 9E

RGB Percentages of Color #c7929e

%39.56
%29.03
%31.41

CMYK Percentages of Color #c7929e

%0
%27
%21
%22

Triadic Colors of #c7929e

#c7929e #9ec792 #929ec7

Analogous Colors of #c7929e

#c7929e #c7a192 #c792b9

Monochromatic Colors of #c7929e

#c7929e

Complementary Color

#c7929e #92c7bb

#c7929e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7929e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7929e Color CSS Codes

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

#c7929e Text Font Color

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

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


#c7929e Background Color

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

This div background color is #c7929e


#c7929e Border Color

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

This div border color is #c7929e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7929e


Comments

No comments written yet.

Please login to write comment.