Color Hex Logo

#ca003f Color Hex

#CA003F
(202,0,63)
0 Favorites   0 Comments

Color spaces of #ca003f

RGB 202063
HSL0.951.000.40
HSV341°100°79°
CMYK 0.001.000.69   0.21
XYZ25.254312.91545.8645
Yxy12.91540.57350.2933
Hunter Lab35.938062.543815.4814
CIE-Lab42.635568.702625.5655

#ca003f color RGB value is (202,0,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 00111111
Octal 312 0 77
Decimal 202 0 63
Hex CA 0 3F

RGB Percentages of Color #ca003f

%76.23
%0.00
%23.77

CMYK Percentages of Color #ca003f

%0
%100
%69
%21

Triadic Colors of #ca003f

#ca003f #3fca00 #003fca

Analogous Colors of #ca003f

#ca003f #ca2600 #ca00a4

Monochromatic Colors of #ca003f

#ca003f

Complementary Color

#ca003f #00ca8b

#ca003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca003f Color CSS Codes

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

#ca003f Text Font Color

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

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


#ca003f Background Color

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

This div background color is #ca003f


#ca003f Border Color

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

This div border color is #ca003f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,0,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 #ca003f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca003f


Comments

No comments written yet.

Please login to write comment.