Color Hex Logo

#ca031c Color Hex

#CA031C
(202,3,28)
0 Favorites   0 Comments

Color spaces of #ca031c

RGB 202328
HSL0.980.970.40
HSV352°99°79°
CMYK 0.000.990.86   0.21
XYZ24.599312.70552.2545
Yxy12.70550.62180.3212
Hunter Lab35.644860.808721.2013
CIE-Lab42.316167.275845.6255

#ca031c color RGB value is (202,3,28).

#ca031c hex color red value is 202, green value is 3 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ca031c hue: 0.98 , saturation: 0.97 and the lightness value of ca031c is 0.40.

The process color (four color CMYK) of #ca031c color hex is 0.00, 0.99, 0.86, 0.21. Web safe color of #ca031c is #cc0033. Color #ca031c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000011 00011100
Octal 312 3 34
Decimal 202 3 28
Hex CA 3 1C

RGB Percentages of Color #ca031c

%86.70
%1.29
%12.02

CMYK Percentages of Color #ca031c

%0
%99
%86
%21

Triadic Colors of #ca031c

#ca031c #1cca03 #031cca

Analogous Colors of #ca031c

#ca031c #ca4d03 #ca0380

Monochromatic Colors of #ca031c

#ca031c

Complementary Color

#ca031c #03cab1

#ca031c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca031c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca031c Color CSS Codes

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

#ca031c Text Font Color

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

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


#ca031c Background Color

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

This div background color is #ca031c


#ca031c Border Color

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

This div border color is #ca031c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca031c


Comments

No comments written yet.

Please login to write comment.