Color Hex Logo

#ca443c Color Hex

#CA443C
(202,68,60)
0 Favorites   0 Comments

Color spaces of #ca443c

RGB 2026860
HSL0.010.570.51
HSV70°79°
CMYK 0.000.660.70   0.21
XYZ27.239917.01706.1239
Yxy17.01700.54070.3378
Hunter Lab41.251745.679320.0744
CIE-Lab48.281452.579334.2023

#ca443c color RGB value is (202,68,60).

#ca443c hex color red value is 202, green value is 68 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ca443c hue: 0.01 , saturation: 0.57 and the lightness value of ca443c is 0.51.

The process color (four color CMYK) of #ca443c color hex is 0.00, 0.66, 0.70, 0.21. Web safe color of #ca443c is #cc3333. Color #ca443c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000100 00111100
Octal 312 104 74
Decimal 202 68 60
Hex CA 44 3C

RGB Percentages of Color #ca443c

%61.21
%20.61
%18.18

CMYK Percentages of Color #ca443c

%0
%66
%70
%21

Triadic Colors of #ca443c

#ca443c #3cca44 #443cca

Analogous Colors of #ca443c

#ca443c #ca8b3c #ca3c7b

Monochromatic Colors of #ca443c

#ca443c

Complementary Color

#ca443c #3cc2ca

#ca443c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca443c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca443c Color CSS Codes

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

#ca443c Text Font Color

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

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


#ca443c Background Color

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

This div background color is #ca443c


#ca443c Border Color

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

This div border color is #ca443c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca443c


Comments

No comments written yet.

Please login to write comment.