Color Hex Logo

#c05031 Color Hex

#C05031
(192,80,49)
0 Favorites   0 Comments

Color spaces of #c05031

RGB 1928049
HSL0.040.590.47
HSV13°74°75°
CMYK 0.000.580.74   0.25
XYZ25.161317.16554.8929
Yxy17.16550.53290.3635
Hunter Lab41.431335.898721.9999
CIE-Lab48.467943.167940.0468

#c05031 color RGB value is (192,80,49).

#c05031 hex color red value is 192, green value is 80 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c05031 hue: 0.04 , saturation: 0.59 and the lightness value of c05031 is 0.47.

The process color (four color CMYK) of #c05031 color hex is 0.00, 0.58, 0.74, 0.25. Web safe color of #c05031 is #cc6633. Color #c05031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 00110001
Octal 300 120 61
Decimal 192 80 49
Hex C0 50 31

RGB Percentages of Color #c05031

%59.81
%24.92
%15.26

CMYK Percentages of Color #c05031

%0
%58
%74
%25

Triadic Colors of #c05031

#c05031 #31c050 #5031c0

Analogous Colors of #c05031

#c05031 #c09831 #c0315a

Monochromatic Colors of #c05031

#c05031

Complementary Color

#c05031 #31a1c0

#c05031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05031 Color CSS Codes

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

#c05031 Text Font Color

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

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


#c05031 Background Color

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

This div background color is #c05031


#c05031 Border Color

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

This div border color is #c05031


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,80,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c05031; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c05031;
  -webkit-box-shadow: 1px 1px 3px 2px #c05031;
  box-shadow:         1px 1px 3px 2px #c05031; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,80,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05031


Comments

No comments written yet.

Please login to write comment.