Color Hex Logo

#ca392e Color Hex

#CA392E
(202,57,46)
0 Favorites   0 Comments

Color spaces of #ca392e

RGB 2025746
HSL0.010.630.49
HSV77°79°
CMYK 0.000.720.77   0.21
XYZ26.313415.68014.2245
Yxy15.68010.56930.3393
Hunter Lab39.598149.318621.3934
CIE-Lab46.552056.253340.1410

#ca392e color RGB value is (202,57,46).

#ca392e hex color red value is 202, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ca392e hue: 0.01 , saturation: 0.63 and the lightness value of ca392e is 0.49.

The process color (four color CMYK) of #ca392e color hex is 0.00, 0.72, 0.77, 0.21. Web safe color of #ca392e is #cc3333. Color #ca392e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111001 00101110
Octal 312 71 56
Decimal 202 57 46
Hex CA 39 2E

RGB Percentages of Color #ca392e

%66.23
%18.69
%15.08

CMYK Percentages of Color #ca392e

%0
%72
%77
%21

Triadic Colors of #ca392e

#ca392e #2eca39 #392eca

Analogous Colors of #ca392e

#ca392e #ca872e #ca2e71

Monochromatic Colors of #ca392e

#ca392e

Complementary Color

#ca392e #2ebfca

#ca392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca392e Color CSS Codes

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

#ca392e Text Font Color

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

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


#ca392e Background Color

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

This div background color is #ca392e


#ca392e Border Color

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

This div border color is #ca392e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca392e


Comments

No comments written yet.

Please login to write comment.