Color Hex Logo

#c28135 Color Hex

#C28135
(194,129,53)
0 Favorites   0 Comments

Color spaces of #c28135

RGB 19412953
HSL0.090.570.48
HSV32°73°76°
CMYK 0.000.340.73   0.24
XYZ30.741027.42697.0419
Yxy27.42690.47140.4206
Hunter Lab52.370713.128728.6872
CIE-Lab59.367418.353149.6639

#c28135 color RGB value is (194,129,53).

#c28135 hex color red value is 194, green value is 129 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #c28135 hue: 0.09 , saturation: 0.57 and the lightness value of c28135 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000001 00110101
Octal 302 201 65
Decimal 194 129 53
Hex C2 81 35

RGB Percentages of Color #c28135

%51.60
%34.31
%14.10

CMYK Percentages of Color #c28135

%0
%34
%73
%24

Triadic Colors of #c28135

#c28135 #35c281 #8135c2

Analogous Colors of #c28135

#c28135 #bdc235 #c23b35

Monochromatic Colors of #c28135

#c28135

Complementary Color

#c28135 #3576c2

#c28135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28135 Color CSS Codes

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

#c28135 Text Font Color

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

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


#c28135 Background Color

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

This div background color is #c28135


#c28135 Border Color

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

This div border color is #c28135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28135


Comments

No comments written yet.

Please login to write comment.