Color Hex Logo

#c87330 Color Hex

#C87330
(200,115,48)
0 Favorites   0 Comments

Color spaces of #c87330

RGB 20011548
HSL0.070.610.49
HSV26°76°78°
CMYK 0.000.430.76   0.22
XYZ30.483724.75425.9677
Yxy24.75420.49810.4044
Hunter Lab49.753622.297027.7160
CIE-Lab56.835128.307849.6072

#c87330 color RGB value is (200,115,48).

#c87330 hex color red value is 200, green value is 115 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c87330 hue: 0.07 , saturation: 0.61 and the lightness value of c87330 is 0.49.

The process color (four color CMYK) of #c87330 color hex is 0.00, 0.43, 0.76, 0.22. Web safe color of #c87330 is #cc6633. Color #c87330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110011 00110000
Octal 310 163 60
Decimal 200 115 48
Hex C8 73 30

RGB Percentages of Color #c87330

%55.10
%31.68
%13.22

CMYK Percentages of Color #c87330

%0
%43
%76
%22

Triadic Colors of #c87330

#c87330 #30c873 #7330c8

Analogous Colors of #c87330

#c87330 #c8bf30 #c83039

Monochromatic Colors of #c87330

#c87330

Complementary Color

#c87330 #3085c8

#c87330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87330 Color CSS Codes

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

#c87330 Text Font Color

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

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


#c87330 Background Color

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

This div background color is #c87330


#c87330 Border Color

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

This div border color is #c87330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87330


Comments

No comments written yet.

Please login to write comment.