Color Hex Logo

#ca490f Color Hex

#CA490F
(202,73,15)
0 Favorites   0 Comments

Color spaces of #ca490f

RGB 2027315
HSL0.050.860.43
HSV19°93°79°
CMYK 0.000.640.93   0.21
XYZ26.825917.35612.3881
Yxy17.35610.57600.3727
Hunter Lab41.660742.032625.7638
CIE-Lab48.705649.072455.5778

#ca490f color RGB value is (202,73,15).

#ca490f hex color red value is 202, green value is 73 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ca490f hue: 0.05 , saturation: 0.86 and the lightness value of ca490f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001001 00001111
Octal 312 111 17
Decimal 202 73 15
Hex CA 49 F

RGB Percentages of Color #ca490f

%69.66
%25.17
%5.17

CMYK Percentages of Color #ca490f

%0
%64
%93
%21

Triadic Colors of #ca490f

#ca490f #0fca49 #490fca

Analogous Colors of #ca490f

#ca490f #caa70f #ca0f33

Monochromatic Colors of #ca490f

#ca490f

Complementary Color

#ca490f #0f90ca

#ca490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca490f Color CSS Codes

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

#ca490f Text Font Color

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

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


#ca490f Background Color

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

This div background color is #ca490f


#ca490f Border Color

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

This div border color is #ca490f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,73,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca490f


Comments

No comments written yet.

Please login to write comment.