Color Hex Logo

#c28128 Color Hex

#C28128
(194,129,40)
0 Favorites   0 Comments

Color spaces of #c28128

RGB 19412940
HSL0.100.660.46
HSV35°79°76°
CMYK 0.000.340.79   0.24
XYZ30.481427.32305.6748
Yxy27.32300.48020.4304
Hunter Lab52.271412.615030.1532
CIE-Lab59.272117.795055.0727

#c28128 color RGB value is (194,129,40).

#c28128 hex color red value is 194, green value is 129 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c28128 hue: 0.10 , saturation: 0.66 and the lightness value of c28128 is 0.46.

The process color (four color CMYK) of #c28128 color hex is 0.00, 0.34, 0.79, 0.24. Web safe color of #c28128 is #cc9933. Color #c28128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000001 00101000
Octal 302 201 50
Decimal 194 129 40
Hex C2 81 28

RGB Percentages of Color #c28128

%53.44
%35.54
%11.02

CMYK Percentages of Color #c28128

%0
%34
%79
%24

Triadic Colors of #c28128

#c28128 #28c281 #8128c2

Analogous Colors of #c28128

#c28128 #b6c228 #c23428

Monochromatic Colors of #c28128

#c28128

Complementary Color

#c28128 #2869c2

#c28128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28128 Color CSS Codes

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

#c28128 Text Font Color

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

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


#c28128 Background Color

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

This div background color is #c28128


#c28128 Border Color

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

This div border color is #c28128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28128


Comments

No comments written yet.

Please login to write comment.