Color Hex Logo

#ca613c Color Hex

#CA613C
(202,97,60)
0 Favorites   0 Comments

Color spaces of #ca613c

RGB 2029760
HSL0.040.570.51
HSV16°70°79°
CMYK 0.000.520.70   0.21
XYZ29.447421.43226.8597
Yxy21.43220.51000.3712
Hunter Lab46.294932.524623.6212
CIE-Lab53.419339.108140.1070

#ca613c color RGB value is (202,97,60).

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

The process color (four color CMYK) of #ca613c color hex is 0.00, 0.52, 0.70, 0.21. Web safe color of #ca613c is #cc6633. Color #ca613c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100001 00111100
Octal 312 141 74
Decimal 202 97 60
Hex CA 61 3C

RGB Percentages of Color #ca613c

%56.27
%27.02
%16.71

CMYK Percentages of Color #ca613c

%0
%52
%70
%21

Triadic Colors of #ca613c

#ca613c #3cca61 #613cca

Analogous Colors of #ca613c

#ca613c #caa83c #ca3c5e

Monochromatic Colors of #ca613c

#ca613c

Complementary Color

#ca613c #3ca5ca

#ca613c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca613c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca613c Color CSS Codes

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

#ca613c Text Font Color

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

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


#ca613c Background Color

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

This div background color is #ca613c


#ca613c Border Color

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

This div border color is #ca613c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca613c


Comments

No comments written yet.

Please login to write comment.