Color Hex Logo

#ca253e Color Hex

#CA253E
(202,37,62)
0 Favorites   0 Comments

Color spaces of #ca253e

RGB 2023762
HSL0.970.690.47
HSV351°82°79°
CMYK 0.000.820.69   0.21
XYZ25.888214.22755.9391
Yxy14.22750.56210.3089
Hunter Lab37.719456.502317.0680
CIE-Lab44.557463.085628.5603

#ca253e color RGB value is (202,37,62).

#ca253e hex color red value is 202, green value is 37 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ca253e hue: 0.97 , saturation: 0.69 and the lightness value of ca253e is 0.47.

The process color (four color CMYK) of #ca253e color hex is 0.00, 0.82, 0.69, 0.21. Web safe color of #ca253e is #cc3333. Color #ca253e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100101 00111110
Octal 312 45 76
Decimal 202 37 62
Hex CA 25 3E

RGB Percentages of Color #ca253e

%67.11
%12.29
%20.60

CMYK Percentages of Color #ca253e

%0
%82
%69
%21

Triadic Colors of #ca253e

#ca253e #3eca25 #253eca

Analogous Colors of #ca253e

#ca253e #ca5e25 #ca2591

Monochromatic Colors of #ca253e

#ca253e

Complementary Color

#ca253e #25cab1

#ca253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca253e Color CSS Codes

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

#ca253e Text Font Color

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

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


#ca253e Background Color

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

This div background color is #ca253e


#ca253e Border Color

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

This div border color is #ca253e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca253e


Comments

No comments written yet.

Please login to write comment.