Color Hex Logo

#c27772 Color Hex

#C27772
(194,119,114)
0 Favorites   0 Comments

Color spaces of #c27772

RGB 194119114
HSL0.010.400.60
HSV41°76°
CMYK 0.000.390.41   0.24
XYZ31.882225.877919.2341
Yxy25.87790.41410.3361
Hunter Lab50.870322.849113.1916
CIE-Lab57.921028.783215.2307

#c27772 color RGB value is (194,119,114).

#c27772 hex color red value is 194, green value is 119 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c27772 hue: 0.01 , saturation: 0.40 and the lightness value of c27772 is 0.60.

The process color (four color CMYK) of #c27772 color hex is 0.00, 0.39, 0.41, 0.24. Web safe color of #c27772 is #cc6666. Color #c27772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 01110010
Octal 302 167 162
Decimal 194 119 114
Hex C2 77 72

RGB Percentages of Color #c27772

%45.43
%27.87
%26.70

CMYK Percentages of Color #c27772

%0
%39
%41
%24

Triadic Colors of #c27772

#c27772 #72c277 #7772c2

Analogous Colors of #c27772

#c27772 #c29f72 #c27295

Monochromatic Colors of #c27772

#c27772

Complementary Color

#c27772 #72bdc2

#c27772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27772 Color CSS Codes

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

#c27772 Text Font Color

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

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


#c27772 Background Color

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

This div background color is #c27772


#c27772 Border Color

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

This div border color is #c27772


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,119,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c27772; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c27772;
  -webkit-box-shadow: 1px 1px 3px 2px #c27772;
  box-shadow:         1px 1px 3px 2px #c27772; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,119,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27772


Comments

No comments written yet.

Please login to write comment.