Color Hex Logo

#ca462c Color Hex

#CA462C
(202,70,44)
0 Favorites   0 Comments

Color spaces of #ca462c

RGB 2027044
HSL0.030.640.48
HSV10°78°79°
CMYK 0.000.650.78   0.21
XYZ27.001917.11874.2640
Yxy17.11870.55810.3538
Hunter Lab41.374844.086522.8520
CIE-Lab48.409351.065543.1328

#ca462c color RGB value is (202,70,44).

#ca462c hex color red value is 202, green value is 70 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ca462c hue: 0.03 , saturation: 0.64 and the lightness value of ca462c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 00101100
Octal 312 106 54
Decimal 202 70 44
Hex CA 46 2C

RGB Percentages of Color #ca462c

%63.92
%22.15
%13.92

CMYK Percentages of Color #ca462c

%0
%65
%78
%21

Triadic Colors of #ca462c

#ca462c #2cca46 #462cca

Analogous Colors of #ca462c

#ca462c #ca952c #ca2c61

Monochromatic Colors of #ca462c

#ca462c

Complementary Color

#ca462c #2cb0ca

#ca462c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca462c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca462c Color CSS Codes

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

#ca462c Text Font Color

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

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


#ca462c Background Color

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

This div background color is #ca462c


#ca462c Border Color

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

This div border color is #ca462c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca462c


Comments

No comments written yet.

Please login to write comment.