Color Hex Logo

#ca494b Color Hex

#CA494B
(202,73,75)
0 Favorites   0 Comments

Color spaces of #ca494b

RGB 2027375
HSL1.000.550.54
HSV359°64°79°
CMYK 0.000.640.63   0.21
XYZ28.009717.82968.6218
Yxy17.82960.51430.3274
Hunter Lab42.225144.512617.4514
CIE-Lab49.288851.313926.6834

#ca494b color RGB value is (202,73,75).

#ca494b hex color red value is 202, green value is 73 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ca494b hue: 1.00 , saturation: 0.55 and the lightness value of ca494b is 0.54.

The process color (four color CMYK) of #ca494b color hex is 0.00, 0.64, 0.63, 0.21. Web safe color of #ca494b is #cc3333. Color #ca494b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001001 01001011
Octal 312 111 113
Decimal 202 73 75
Hex CA 49 4B

RGB Percentages of Color #ca494b

%57.71
%20.86
%21.43

CMYK Percentages of Color #ca494b

%0
%64
%63
%21

Triadic Colors of #ca494b

#ca494b #4bca49 #494bca

Analogous Colors of #ca494b

#ca494b #ca8849 #ca498c

Monochromatic Colors of #ca494b

#ca494b

Complementary Color

#ca494b #49cac8

#ca494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca494b Color CSS Codes

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

#ca494b Text Font Color

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

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


#ca494b Background Color

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

This div background color is #ca494b


#ca494b Border Color

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

This div border color is #ca494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca494b


Comments

No comments written yet.

Please login to write comment.