Color Hex Logo

#ca303e Color Hex

#CA303E
(202,48,62)
0 Favorites   0 Comments

Color spaces of #ca303e

RGB 2024862
HSL0.980.620.49
HSV355°76°79°
CMYK 0.000.760.69   0.21
XYZ26.283615.01836.0709
Yxy15.01830.55480.3170
Hunter Lab38.753553.244817.8394
CIE-Lab45.659359.978229.9030

#ca303e color RGB value is (202,48,62).

#ca303e hex color red value is 202, green value is 48 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ca303e hue: 0.98 , saturation: 0.62 and the lightness value of ca303e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110000 00111110
Octal 312 60 76
Decimal 202 48 62
Hex CA 30 3E

RGB Percentages of Color #ca303e

%64.74
%15.38
%19.87

CMYK Percentages of Color #ca303e

%0
%76
%69
%21

Triadic Colors of #ca303e

#ca303e #3eca30 #303eca

Analogous Colors of #ca303e

#ca303e #ca6f30 #ca308b

Monochromatic Colors of #ca303e

#ca303e

Complementary Color

#ca303e #30cabc

#ca303e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca303e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca303e Color CSS Codes

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

#ca303e Text Font Color

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

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


#ca303e Background Color

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

This div background color is #ca303e


#ca303e Border Color

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

This div border color is #ca303e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca303e


Comments

No comments written yet.

Please login to write comment.