Color Hex Logo

#ca630c Color Hex

#CA630C
(202,99,12)
0 Favorites   0 Comments

Color spaces of #ca630c

RGB 2029912
HSL0.080.890.42
HSV27°94°79°
CMYK 0.000.510.94   0.21
XYZ28.885321.50682.9766
Yxy21.50680.54120.4030
Hunter Lab46.375430.023128.6573
CIE-Lab53.499836.594859.5781

#ca630c color RGB value is (202,99,12).

#ca630c hex color red value is 202, green value is 99 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ca630c hue: 0.08 , saturation: 0.89 and the lightness value of ca630c is 0.42.

The process color (four color CMYK) of #ca630c color hex is 0.00, 0.51, 0.94, 0.21. Web safe color of #ca630c is #cc6600. Color #ca630c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 00001100
Octal 312 143 14
Decimal 202 99 12
Hex CA 63 C

RGB Percentages of Color #ca630c

%64.54
%31.63
%3.83

CMYK Percentages of Color #ca630c

%0
%51
%94
%21

Triadic Colors of #ca630c

#ca630c #0cca63 #630cca

Analogous Colors of #ca630c

#ca630c #cac20c #ca0c14

Monochromatic Colors of #ca630c

#ca630c

Complementary Color

#ca630c #0c73ca

#ca630c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca630c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca630c Color CSS Codes

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

#ca630c Text Font Color

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

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


#ca630c Background Color

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

This div background color is #ca630c


#ca630c Border Color

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

This div border color is #ca630c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca630c


Comments

No comments written yet.

Please login to write comment.