Color Hex Logo

#ca013f Color Hex

#CA013F
(202,1,63)
0 Favorites   0 Comments

Color spaces of #ca013f

RGB 202163
HSL0.950.990.40
HSV341°100°79°
CMYK 0.001.000.69   0.21
XYZ25.265212.93715.8681
Yxy12.93710.57330.2936
Hunter Lab35.968262.439815.5047
CIE-Lab42.668368.607325.6067

#ca013f color RGB value is (202,1,63).

#ca013f hex color red value is 202, green value is 1 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ca013f hue: 0.95 , saturation: 0.99 and the lightness value of ca013f is 0.40.

The process color (four color CMYK) of #ca013f color hex is 0.00, 1.00, 0.69, 0.21. Web safe color of #ca013f is #cc0033. Color #ca013f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000001 00111111
Octal 312 1 77
Decimal 202 1 63
Hex CA 1 3F

RGB Percentages of Color #ca013f

%75.94
%0.38
%23.68

CMYK Percentages of Color #ca013f

%0
%100
%69
%21

Triadic Colors of #ca013f

#ca013f #3fca01 #013fca

Analogous Colors of #ca013f

#ca013f #ca2701 #ca01a4

Monochromatic Colors of #ca013f

#ca013f

Complementary Color

#ca013f #01ca8c

#ca013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca013f Color CSS Codes

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

#ca013f Text Font Color

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

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


#ca013f Background Color

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

This div background color is #ca013f


#ca013f Border Color

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

This div border color is #ca013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca013f


Comments

No comments written yet.

Please login to write comment.