Color Hex Logo

#c2480d Color Hex

#C2480D
(194,72,13)
0 Favorites   0 Comments

Color spaces of #c2480d

RGB 1947213
HSL0.050.870.41
HSV20°93°76°
CMYK 0.000.630.93   0.24
XYZ24.638116.13312.1962
Yxy16.13310.57340.3755
Hunter Lab40.166039.202524.8744
CIE-Lab47.148646.613554.4350

#c2480d color RGB value is (194,72,13).

#c2480d hex color red value is 194, green value is 72 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c2480d hue: 0.05 , saturation: 0.87 and the lightness value of c2480d is 0.41.

The process color (four color CMYK) of #c2480d color hex is 0.00, 0.63, 0.93, 0.24. Web safe color of #c2480d is #cc3300. Color #c2480d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001000 00001101
Octal 302 110 15
Decimal 194 72 13
Hex C2 48 D

RGB Percentages of Color #c2480d

%69.53
%25.81
%4.66

CMYK Percentages of Color #c2480d

%0
%63
%93
%24

Triadic Colors of #c2480d

#c2480d #0dc248 #480dc2

Analogous Colors of #c2480d

#c2480d #c2a30d #c20d2d

Monochromatic Colors of #c2480d

#c2480d

Complementary Color

#c2480d #0d87c2

#c2480d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2480d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2480d Color CSS Codes

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

#c2480d Text Font Color

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

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


#c2480d Background Color

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

This div background color is #c2480d


#c2480d Border Color

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

This div border color is #c2480d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2480d


Comments

No comments written yet.

Please login to write comment.