Color Hex Logo

#ca293d Color Hex

#CA293D
(202,41,61)
0 Favorites   0 Comments

Color spaces of #ca293d

RGB 2024161
HSL0.980.660.48
HSV353°80°79°
CMYK 0.000.800.70   0.21
XYZ25.992414.47945.8397
Yxy14.47940.56130.3127
Hunter Lab38.051855.339017.5372
CIE-Lab44.912761.988429.5985

#ca293d color RGB value is (202,41,61).

#ca293d hex color red value is 202, green value is 41 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ca293d hue: 0.98 , saturation: 0.66 and the lightness value of ca293d is 0.48.

The process color (four color CMYK) of #ca293d color hex is 0.00, 0.80, 0.70, 0.21. Web safe color of #ca293d is #cc3333. Color #ca293d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 00111101
Octal 312 51 75
Decimal 202 41 61
Hex CA 29 3D

RGB Percentages of Color #ca293d

%66.45
%13.49
%20.07

CMYK Percentages of Color #ca293d

%0
%80
%70
%21

Triadic Colors of #ca293d

#ca293d #3dca29 #293dca

Analogous Colors of #ca293d

#ca293d #ca6629 #ca298e

Monochromatic Colors of #ca293d

#ca293d

Complementary Color

#ca293d #29cab6

#ca293d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca293d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca293d Color CSS Codes

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

#ca293d Text Font Color

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

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


#ca293d Background Color

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

This div background color is #ca293d


#ca293d Border Color

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

This div border color is #ca293d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca293d


Comments

No comments written yet.

Please login to write comment.