Color Hex Logo

#c27077 Color Hex

#C27077
(194,112,119)
0 Favorites   0 Comments

Color spaces of #c27077

RGB 194112119
HSL0.990.400.60
HSV355°42°76°
CMYK 0.000.420.39   0.24
XYZ31.372124.389620.5069
Yxy24.38960.41130.3198
Hunter Lab49.385826.96609.9506
CIE-Lab56.475833.149810.3164

#c27077 color RGB value is (194,112,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110000 01110111
Octal 302 160 167
Decimal 194 112 119
Hex C2 70 77

RGB Percentages of Color #c27077

%45.65
%26.35
%28.00

CMYK Percentages of Color #c27077

%0
%42
%39
%24

Triadic Colors of #c27077

#c27077 #77c270 #7077c2

Analogous Colors of #c27077

#c27077 #c29270 #c270a0

Monochromatic Colors of #c27077

#c27077

Complementary Color

#c27077 #70c2bb

#c27077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27077 Color CSS Codes

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

#c27077 Text Font Color

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

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


#c27077 Background Color

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

This div background color is #c27077


#c27077 Border Color

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

This div border color is #c27077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27077

#c27077 Color Palettes


Comments

No comments written yet.

Please login to write comment.