Color Hex Logo

#c7927d Color Hex

#C7927D
(199,146,125)
0 Favorites   0 Comments

Color spaces of #c7927d

RGB 199146125
HSL0.050.400.64
HSV17°37°78°
CMYK 0.000.270.37   0.22
XYZ37.533734.180624.0213
Yxy34.18060.39210.3570
Hunter Lab58.464212.283816.5643
CIE-Lab65.105717.236218.9886

#c7927d color RGB value is (199,146,125).

#c7927d hex color red value is 199, green value is 146 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c7927d hue: 0.05 , saturation: 0.40 and the lightness value of c7927d is 0.64.

The process color (four color CMYK) of #c7927d color hex is 0.00, 0.27, 0.37, 0.22. Web safe color of #c7927d is #cc9966. Color #c7927d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010010 01111101
Octal 307 222 175
Decimal 199 146 125
Hex C7 92 7D

RGB Percentages of Color #c7927d

%42.34
%31.06
%26.60

CMYK Percentages of Color #c7927d

%0
%27
%37
%22

Triadic Colors of #c7927d

#c7927d #7dc792 #927dc7

Analogous Colors of #c7927d

#c7927d #c7b77d #c77d8d

Monochromatic Colors of #c7927d

#c7927d

Complementary Color

#c7927d #7db2c7

#c7927d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7927d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7927d Color CSS Codes

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

#c7927d Text Font Color

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

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


#c7927d Background Color

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

This div background color is #c7927d


#c7927d Border Color

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

This div border color is #c7927d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,146,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 #c7927d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7927d


Comments

No comments written yet.

Please login to write comment.