Color Hex Logo

#ca370e Color Hex

#CA370E
(202,55,14)
0 Favorites   0 Comments

Color spaces of #ca370e

RGB 2025514
HSL0.040.870.42
HSV13°93°79°
CMYK 0.000.730.93   0.21
XYZ25.802615.32062.0127
Yxy15.32060.59820.3552
Hunter Lab39.141549.171824.3503
CIE-Lab46.070256.207454.1362

#ca370e color RGB value is (202,55,14).

#ca370e hex color red value is 202, green value is 55 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ca370e hue: 0.04 , saturation: 0.87 and the lightness value of ca370e is 0.42.

The process color (four color CMYK) of #ca370e color hex is 0.00, 0.73, 0.93, 0.21. Web safe color of #ca370e is #cc3300. Color #ca370e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110111 00001110
Octal 312 67 16
Decimal 202 55 14
Hex CA 37 E

RGB Percentages of Color #ca370e

%74.54
%20.30
%5.17

CMYK Percentages of Color #ca370e

%0
%73
%93
%21

Triadic Colors of #ca370e

#ca370e #0eca37 #370eca

Analogous Colors of #ca370e

#ca370e #ca950e #ca0e43

Monochromatic Colors of #ca370e

#ca370e

Complementary Color

#ca370e #0ea1ca

#ca370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca370e Color CSS Codes

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

#ca370e Text Font Color

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

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


#ca370e Background Color

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

This div background color is #ca370e


#ca370e Border Color

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

This div border color is #ca370e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca370e


Comments

No comments written yet.

Please login to write comment.