Color Hex Logo

#c04748 Color Hex

#C04748
(192,71,72)
0 Favorites   0 Comments

Color spaces of #c04748

RGB 1927172
HSL1.000.490.52
HSV360°63°75°
CMYK 0.000.630.63   0.25
XYZ25.161216.18087.9280
Yxy16.18080.51070.3284
Hunter Lab40.225441.258416.4723
CIE-Lab47.210848.585925.4691

#c04748 color RGB value is (192,71,72).

#c04748 hex color red value is 192, green value is 71 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c04748 hue: 1.00 , saturation: 0.49 and the lightness value of c04748 is 0.52.

The process color (four color CMYK) of #c04748 color hex is 0.00, 0.63, 0.63, 0.25. Web safe color of #c04748 is #cc3333. Color #c04748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000111 01001000
Octal 300 107 110
Decimal 192 71 72
Hex C0 47 48

RGB Percentages of Color #c04748

%57.31
%21.19
%21.49

CMYK Percentages of Color #c04748

%0
%63
%63
%25

Triadic Colors of #c04748

#c04748 #48c047 #4748c0

Analogous Colors of #c04748

#c04748 #c08347 #c04785

Monochromatic Colors of #c04748

#c04748

Complementary Color

#c04748 #47c0bf

#c04748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04748 Color CSS Codes

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

#c04748 Text Font Color

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

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


#c04748 Background Color

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

This div background color is #c04748


#c04748 Border Color

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

This div border color is #c04748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04748


Comments

No comments written yet.

Please login to write comment.