Color Hex Logo

#c27660 Color Hex

#C27660
(194,118,96)
0 Favorites   0 Comments

Color spaces of #c27660

RGB 19411896
HSL0.040.450.57
HSV13°51°76°
CMYK 0.000.390.51   0.24
XYZ30.837925.270714.3187
Yxy25.27070.43790.3588
Hunter Lab50.270021.527618.3011
CIE-Lab57.338227.459824.7397

#c27660 color RGB value is (194,118,96).

#c27660 hex color red value is 194, green value is 118 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c27660 hue: 0.04 , saturation: 0.45 and the lightness value of c27660 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110110 01100000
Octal 302 166 140
Decimal 194 118 96
Hex C2 76 60

RGB Percentages of Color #c27660

%47.55
%28.92
%23.53

CMYK Percentages of Color #c27660

%0
%39
%51
%24

Triadic Colors of #c27660

#c27660 #60c276 #7660c2

Analogous Colors of #c27660

#c27660 #c2a760 #c2607b

Monochromatic Colors of #c27660

#c27660

Complementary Color

#c27660 #60acc2

#c27660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27660 Color CSS Codes

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

#c27660 Text Font Color

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

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


#c27660 Background Color

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

This div background color is #c27660


#c27660 Border Color

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

This div border color is #c27660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27660


Comments

No comments written yet.

Please login to write comment.