Color Hex Logo

#ca621a Color Hex

#CA621A
(202,98,26)
0 Favorites   0 Comments

Color spaces of #ca621a

RGB 2029826
HSL0.070.770.45
HSV25°87°79°
CMYK 0.000.510.87   0.21
XYZ28.911321.36653.5776
Yxy21.36650.53680.3967
Hunter Lab46.223930.753127.7679
CIE-Lab53.348337.348455.5079

#ca621a color RGB value is (202,98,26).

#ca621a hex color red value is 202, green value is 98 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ca621a hue: 0.07 , saturation: 0.77 and the lightness value of ca621a is 0.45.

The process color (four color CMYK) of #ca621a color hex is 0.00, 0.51, 0.87, 0.21. Web safe color of #ca621a is #cc6633. Color #ca621a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100010 00011010
Octal 312 142 32
Decimal 202 98 26
Hex CA 62 1A

RGB Percentages of Color #ca621a

%61.96
%30.06
%7.98

CMYK Percentages of Color #ca621a

%0
%51
%87
%21

Triadic Colors of #ca621a

#ca621a #1aca62 #621aca

Analogous Colors of #ca621a

#ca621a #caba1a #ca1a2a

Monochromatic Colors of #ca621a

#ca621a

Complementary Color

#ca621a #1a82ca

#ca621a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca621a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca621a Color CSS Codes

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

#ca621a Text Font Color

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

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


#ca621a Background Color

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

This div background color is #ca621a


#ca621a Border Color

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

This div border color is #ca621a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca621a


Comments

No comments written yet.

Please login to write comment.