Color Hex Logo

#c28058 Color Hex

#C28058
(194,128,88)
0 Favorites   0 Comments

Color spaces of #c28058

RGB 19412888
HSL0.060.460.55
HSV23°55°76°
CMYK 0.000.340.55   0.24
XYZ31.728827.612312.8899
Yxy27.61230.43930.3823
Hunter Lab52.547415.822622.2393
CIE-Lab59.536821.260232.0326

#c28058 color RGB value is (194,128,88).

#c28058 hex color red value is 194, green value is 128 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c28058 hue: 0.06 , saturation: 0.46 and the lightness value of c28058 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000000 01011000
Octal 302 200 130
Decimal 194 128 88
Hex C2 80 58

RGB Percentages of Color #c28058

%47.32
%31.22
%21.46

CMYK Percentages of Color #c28058

%0
%34
%55
%24

Triadic Colors of #c28058

#c28058 #58c280 #8058c2

Analogous Colors of #c28058

#c28058 #c2b558 #c25865

Monochromatic Colors of #c28058

#c28058

Complementary Color

#c28058 #589ac2

#c28058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28058 Color CSS Codes

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

#c28058 Text Font Color

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

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


#c28058 Background Color

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

This div background color is #c28058


#c28058 Border Color

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

This div border color is #c28058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28058


Comments

No comments written yet.

Please login to write comment.