Color Hex Logo

#c28457 Color Hex

#C28457
(194,132,87)
0 Favorites   0 Comments

Color spaces of #c28457

RGB 19413287
HSL0.070.470.55
HSV25°55°76°
CMYK 0.000.320.55   0.24
XYZ32.219728.660012.8506
Yxy28.66000.43700.3887
Hunter Lab53.535013.742723.2425
CIE-Lab60.480418.972933.7592

#c28457 color RGB value is (194,132,87).

#c28457 hex color red value is 194, green value is 132 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c28457 hue: 0.07 , saturation: 0.47 and the lightness value of c28457 is 0.55.

The process color (four color CMYK) of #c28457 color hex is 0.00, 0.32, 0.55, 0.24. Web safe color of #c28457 is #cc9966. Color #c28457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 01010111
Octal 302 204 127
Decimal 194 132 87
Hex C2 84 57

RGB Percentages of Color #c28457

%46.97
%31.96
%21.07

CMYK Percentages of Color #c28457

%0
%32
%55
%24

Triadic Colors of #c28457

#c28457 #57c284 #8457c2

Analogous Colors of #c28457

#c28457 #c2ba57 #c2575f

Monochromatic Colors of #c28457

#c28457

Complementary Color

#c28457 #5795c2

#c28457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28457 Color CSS Codes

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

#c28457 Text Font Color

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

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


#c28457 Background Color

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

This div background color is #c28457


#c28457 Border Color

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

This div border color is #c28457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28457


Comments

No comments written yet.

Please login to write comment.