Color Hex Logo

#ca491b Color Hex

#CA491B
(202,73,27)
0 Favorites   0 Comments

Color spaces of #ca491b

RGB 2027327
HSL0.040.760.45
HSV16°87°79°
CMYK 0.000.640.87   0.21
XYZ26.937517.40082.9758
Yxy17.40080.56930.3678
Hunter Lab41.714342.268624.9704
CIE-Lab48.761149.287351.4135

#ca491b color RGB value is (202,73,27).

#ca491b hex color red value is 202, green value is 73 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ca491b hue: 0.04 , saturation: 0.76 and the lightness value of ca491b is 0.45.

The process color (four color CMYK) of #ca491b color hex is 0.00, 0.64, 0.87, 0.21. Web safe color of #ca491b is #cc3333. Color #ca491b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001001 00011011
Octal 312 111 33
Decimal 202 73 27
Hex CA 49 1B

RGB Percentages of Color #ca491b

%66.89
%24.17
%8.94

CMYK Percentages of Color #ca491b

%0
%64
%87
%21

Triadic Colors of #ca491b

#ca491b #1bca49 #491bca

Analogous Colors of #ca491b

#ca491b #caa11b #ca1b44

Monochromatic Colors of #ca491b

#ca491b

Complementary Color

#ca491b #1b9cca

#ca491b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca491b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca491b Color CSS Codes

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

#ca491b Text Font Color

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

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


#ca491b Background Color

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

This div background color is #ca491b


#ca491b Border Color

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

This div border color is #ca491b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca491b


Comments

No comments written yet.

Please login to write comment.