Color Hex Logo

#ca413d Color Hex

#CA413D
(202,65,61)
0 Favorites   0 Comments

Color spaces of #ca413d

RGB 2026561
HSL0.000.570.52
HSV70°79°
CMYK 0.000.680.70   0.21
XYZ27.089716.67416.2055
Yxy16.67410.54210.3337
Hunter Lab40.833946.959619.5735
CIE-Lab47.846753.846033.1140

#ca413d color RGB value is (202,65,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000001 00111101
Octal 312 101 75
Decimal 202 65 61
Hex CA 41 3D

RGB Percentages of Color #ca413d

%61.59
%19.82
%18.60

CMYK Percentages of Color #ca413d

%0
%68
%70
%21

Triadic Colors of #ca413d

#ca413d #3dca41 #413dca

Analogous Colors of #ca413d

#ca413d #ca883d #ca3d80

Monochromatic Colors of #ca413d

#ca413d

Complementary Color

#ca413d #3dc6ca

#ca413d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca413d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca413d Color CSS Codes

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

#ca413d Text Font Color

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

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


#ca413d Background Color

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

This div background color is #ca413d


#ca413d Border Color

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

This div border color is #ca413d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca413d


Comments

No comments written yet.

Please login to write comment.