Color Hex Logo

#ca113c Color Hex

#CA113C
(202,17,60)
0 Favorites   0 Comments

Color spaces of #ca113c

RGB 2021760
HSL0.960.840.43
HSV346°92°79°
CMYK 0.000.920.70   0.21
XYZ25.373213.28375.5017
Yxy13.28370.57460.3008
Hunter Lab36.446860.484516.5629
CIE-Lab43.187666.826328.1083

#ca113c color RGB value is (202,17,60).

#ca113c hex color red value is 202, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ca113c hue: 0.96 , saturation: 0.84 and the lightness value of ca113c is 0.43.

The process color (four color CMYK) of #ca113c color hex is 0.00, 0.92, 0.70, 0.21. Web safe color of #ca113c is #cc0033. Color #ca113c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010001 00111100
Octal 312 21 74
Decimal 202 17 60
Hex CA 11 3C

RGB Percentages of Color #ca113c

%72.40
%6.09
%21.51

CMYK Percentages of Color #ca113c

%0
%92
%70
%21

Triadic Colors of #ca113c

#ca113c #3cca11 #113cca

Analogous Colors of #ca113c

#ca113c #ca4311 #ca1199

Monochromatic Colors of #ca113c

#ca113c

Complementary Color

#ca113c #11ca9f

#ca113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca113c Color CSS Codes

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

#ca113c Text Font Color

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

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


#ca113c Background Color

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

This div background color is #ca113c


#ca113c Border Color

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

This div border color is #ca113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca113c


Comments

No comments written yet.

Please login to write comment.