Color Hex Logo

#ca052b Color Hex

#CA052B
(202,5,43)
0 Favorites   0 Comments

Color spaces of #ca052b

RGB 202543
HSL0.970.950.41
HSV348°98°79°
CMYK 0.000.980.79   0.21
XYZ24.847412.83953.4542
Yxy12.83950.60400.3121
Hunter Lab35.832261.072019.3671
CIE-Lab42.520467.462937.5843

#ca052b color RGB value is (202,5,43).

#ca052b hex color red value is 202, green value is 5 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ca052b hue: 0.97 , saturation: 0.95 and the lightness value of ca052b is 0.41.

The process color (four color CMYK) of #ca052b color hex is 0.00, 0.98, 0.79, 0.21. Web safe color of #ca052b is #cc0033. Color #ca052b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000101 00101011
Octal 312 5 53
Decimal 202 5 43
Hex CA 5 2B

RGB Percentages of Color #ca052b

%80.80
%2.00
%17.20

CMYK Percentages of Color #ca052b

%0
%98
%79
%21

Triadic Colors of #ca052b

#ca052b #2bca05 #052bca

Analogous Colors of #ca052b

#ca052b #ca4205 #ca058e

Monochromatic Colors of #ca052b

#ca052b

Complementary Color

#ca052b #05caa4

#ca052b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca052b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca052b Color CSS Codes

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

#ca052b Text Font Color

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

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


#ca052b Background Color

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

This div background color is #ca052b


#ca052b Border Color

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

This div border color is #ca052b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca052b


Comments

No comments written yet.

Please login to write comment.