Color Hex Logo

#ca630b Color Hex

#CA630B
(202,99,11)
0 Favorites   0 Comments

Color spaces of #ca630b

RGB 2029911
HSL0.080.900.42
HSV28°95°79°
CMYK 0.000.510.95   0.21
XYZ28.879421.50442.9453
Yxy21.50440.54150.4032
Hunter Lab46.372830.011228.6953
CIE-Lab53.497236.583059.7856

#ca630b color RGB value is (202,99,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 00001011
Octal 312 143 13
Decimal 202 99 11
Hex CA 63 B

RGB Percentages of Color #ca630b

%64.74
%31.73
%3.53

CMYK Percentages of Color #ca630b

%0
%51
%95
%21

Triadic Colors of #ca630b

#ca630b #0bca63 #630bca

Analogous Colors of #ca630b

#ca630b #cac30b #ca0b13

Monochromatic Colors of #ca630b

#ca630b

Complementary Color

#ca630b #0b72ca

#ca630b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca630b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca630b Color CSS Codes

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

#ca630b Text Font Color

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

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


#ca630b Background Color

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

This div background color is #ca630b


#ca630b Border Color

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

This div border color is #ca630b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca630b


Comments

No comments written yet.

Please login to write comment.