Color Hex Logo

#ca480d Color Hex

#CA480D
(202,72,13)
0 Favorites   0 Comments

Color spaces of #ca480d

RGB 2027213
HSL0.050.880.42
HSV19°94°79°
CMYK 0.000.640.94   0.21
XYZ26.747117.22032.2949
Yxy17.22030.57820.3722
Hunter Lab41.497342.431725.7693
CIE-Lab48.536449.480256.0241

#ca480d color RGB value is (202,72,13).

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

The process color (four color CMYK) of #ca480d color hex is 0.00, 0.64, 0.94, 0.21. Web safe color of #ca480d is #cc3300. Color #ca480d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001000 00001101
Octal 312 110 15
Decimal 202 72 13
Hex CA 48 D

RGB Percentages of Color #ca480d

%70.38
%25.09
%4.53

CMYK Percentages of Color #ca480d

%0
%64
%94
%21

Triadic Colors of #ca480d

#ca480d #0dca48 #480dca

Analogous Colors of #ca480d

#ca480d #caa70d #ca0d30

Monochromatic Colors of #ca480d

#ca480d

Complementary Color

#ca480d #0d8fca

#ca480d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca480d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca480d Color CSS Codes

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

#ca480d Text Font Color

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

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


#ca480d Background Color

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

This div background color is #ca480d


#ca480d Border Color

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

This div border color is #ca480d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,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 #ca480d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca480d


Comments

No comments written yet.

Please login to write comment.