Color Hex Logo

#ca621e Color Hex

#CA621E
(202,98,30)
0 Favorites   0 Comments

Color spaces of #ca621e

RGB 2029830
HSL0.070.740.45
HSV24°85°79°
CMYK 0.000.510.85   0.21
XYZ28.959121.38573.8298
Yxy21.38570.53460.3948
Hunter Lab46.244730.851227.4611
CIE-Lab53.369137.444254.0726

#ca621e color RGB value is (202,98,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100010 00011110
Octal 312 142 36
Decimal 202 98 30
Hex CA 62 1E

RGB Percentages of Color #ca621e

%61.21
%29.70
%9.09

CMYK Percentages of Color #ca621e

%0
%51
%85
%21

Triadic Colors of #ca621e

#ca621e #1eca62 #621eca

Analogous Colors of #ca621e

#ca621e #cab81e #ca1e30

Monochromatic Colors of #ca621e

#ca621e

Complementary Color

#ca621e #1e86ca

#ca621e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca621e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca621e Color CSS Codes

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

#ca621e Text Font Color

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

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


#ca621e Background Color

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

This div background color is #ca621e


#ca621e Border Color

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

This div border color is #ca621e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca621e


Comments

No comments written yet.

Please login to write comment.