Color Hex Logo

#ca461b Color Hex

#CA461B
(202,70,27)
0 Favorites   0 Comments

Color spaces of #ca461b

RGB 2027027
HSL0.040.760.45
HSV15°87°79°
CMYK 0.000.650.87   0.21
XYZ26.745117.01602.9117
Yxy17.01600.57300.3646
Hunter Lab41.250543.543824.6903
CIE-Lab48.280250.576551.0200

#ca461b color RGB value is (202,70,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 00011011
Octal 312 106 33
Decimal 202 70 27
Hex CA 46 1B

RGB Percentages of Color #ca461b

%67.56
%23.41
%9.03

CMYK Percentages of Color #ca461b

%0
%65
%87
%21

Triadic Colors of #ca461b

#ca461b #1bca46 #461bca

Analogous Colors of #ca461b

#ca461b #ca9e1b #ca1b47

Monochromatic Colors of #ca461b

#ca461b

Complementary Color

#ca461b #1b9fca

#ca461b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca461b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca461b Color CSS Codes

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

#ca461b Text Font Color

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

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


#ca461b Background Color

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

This div background color is #ca461b


#ca461b Border Color

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

This div border color is #ca461b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca461b


Comments

No comments written yet.

Please login to write comment.