Color Hex Logo

#ca621f Color Hex

#CA621F
(202,98,31)
0 Favorites   0 Comments

Color spaces of #ca621f

RGB 2029831
HSL0.070.730.46
HSV24°85°79°
CMYK 0.000.510.85   0.21
XYZ28.972121.39093.8982
Yxy21.39090.53390.3942
Hunter Lab46.250330.877927.3780
CIE-Lab53.374737.470353.6944

#ca621f color RGB value is (202,98,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100010 00011111
Octal 312 142 37
Decimal 202 98 31
Hex CA 62 1F

RGB Percentages of Color #ca621f

%61.03
%29.61
%9.37

CMYK Percentages of Color #ca621f

%0
%51
%85
%21

Triadic Colors of #ca621f

#ca621f #1fca62 #621fca

Analogous Colors of #ca621f

#ca621f #cab81f #ca1f32

Monochromatic Colors of #ca621f

#ca621f

Complementary Color

#ca621f #1f87ca

#ca621f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca621f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca621f Color CSS Codes

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

#ca621f Text Font Color

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

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


#ca621f Background Color

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

This div background color is #ca621f


#ca621f Border Color

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

This div border color is #ca621f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca621f


Comments

No comments written yet.

Please login to write comment.