Color Hex Logo

#ca320e Color Hex

#CA320E
(202,50,14)
0 Favorites   0 Comments

Color spaces of #ca320e

RGB 2025014
HSL0.030.870.42
HSV11°93°79°
CMYK 0.000.750.93   0.21
XYZ25.577014.86951.9375
Yxy14.86950.60350.3508
Hunter Lab38.561050.915024.0137
CIE-Lab45.454957.913153.7424

#ca320e color RGB value is (202,50,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110010 00001110
Octal 312 62 16
Decimal 202 50 14
Hex CA 32 E

RGB Percentages of Color #ca320e

%75.94
%18.80
%5.26

CMYK Percentages of Color #ca320e

%0
%75
%93
%21

Triadic Colors of #ca320e

#ca320e #0eca32 #320eca

Analogous Colors of #ca320e

#ca320e #ca900e #ca0e48

Monochromatic Colors of #ca320e

#ca320e

Complementary Color

#ca320e #0ea6ca

#ca320e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca320e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca320e Color CSS Codes

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

#ca320e Text Font Color

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

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


#ca320e Background Color

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

This div background color is #ca320e


#ca320e Border Color

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

This div border color is #ca320e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,50,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 #ca320e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca320e


Comments

No comments written yet.

Please login to write comment.