Color Hex Logo

#ca413c Color Hex

#CA413C
(202,65,60)
0 Favorites   0 Comments

Color spaces of #ca413c

RGB 2026560
HSL0.010.570.51
HSV70°79°
CMYK 0.000.680.70   0.21
XYZ27.063016.66346.0649
Yxy16.66340.54350.3347
Hunter Lab40.820846.903819.7656
CIE-Lab47.833153.796733.6762

#ca413c color RGB value is (202,65,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000001 00111100
Octal 312 101 74
Decimal 202 65 60
Hex CA 41 3C

RGB Percentages of Color #ca413c

%61.77
%19.88
%18.35

CMYK Percentages of Color #ca413c

%0
%68
%70
%21

Triadic Colors of #ca413c

#ca413c #3cca41 #413cca

Analogous Colors of #ca413c

#ca413c #ca883c #ca3c7e

Monochromatic Colors of #ca413c

#ca413c

Complementary Color

#ca413c #3cc5ca

#ca413c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca413c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca413c Color CSS Codes

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

#ca413c Text Font Color

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

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


#ca413c Background Color

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

This div background color is #ca413c


#ca413c Border Color

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

This div border color is #ca413c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca413c


Comments

No comments written yet.

Please login to write comment.