Color Hex Logo

#c85834 Color Hex

#C85834
(200,88,52)
0 Favorites   0 Comments

Color spaces of #c85834

RGB 2008852
HSL0.040.590.49
HSV15°74°78°
CMYK 0.000.560.74   0.22
XYZ27.929019.50675.5420
Yxy19.50670.52720.3682
Hunter Lab44.166435.584823.4768
CIE-Lab51.274842.433541.8716

#c85834 color RGB value is (200,88,52).

#c85834 hex color red value is 200, green value is 88 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c85834 hue: 0.04 , saturation: 0.59 and the lightness value of c85834 is 0.49.

The process color (four color CMYK) of #c85834 color hex is 0.00, 0.56, 0.74, 0.22. Web safe color of #c85834 is #cc6633. Color #c85834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 00110100
Octal 310 130 64
Decimal 200 88 52
Hex C8 58 34

RGB Percentages of Color #c85834

%58.82
%25.88
%15.29

CMYK Percentages of Color #c85834

%0
%56
%74
%22

Triadic Colors of #c85834

#c85834 #34c858 #5834c8

Analogous Colors of #c85834

#c85834 #c8a234 #c8345a

Monochromatic Colors of #c85834

#c85834

Complementary Color

#c85834 #34a4c8

#c85834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85834 Color CSS Codes

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

#c85834 Text Font Color

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

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


#c85834 Background Color

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

This div background color is #c85834


#c85834 Border Color

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

This div border color is #c85834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85834


Comments

No comments written yet.

Please login to write comment.