Color Hex Logo

#ca484f Color Hex

#CA484F
(202,72,79)
0 Favorites   0 Comments

Color spaces of #ca484f

RGB 2027279
HSL0.990.550.54
HSV357°64°79°
CMYK 0.000.640.61   0.21
XYZ28.085817.75589.3441
Yxy17.75580.50890.3217
Hunter Lab42.137645.233916.3487
CIE-Lab49.198652.003824.1936

#ca484f color RGB value is (202,72,79).

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

The process color (four color CMYK) of #ca484f color hex is 0.00, 0.64, 0.61, 0.21. Web safe color of #ca484f is #cc3366. Color #ca484f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001000 01001111
Octal 312 110 117
Decimal 202 72 79
Hex CA 48 4F

RGB Percentages of Color #ca484f

%57.22
%20.40
%22.38

CMYK Percentages of Color #ca484f

%0
%64
%61
%21

Triadic Colors of #ca484f

#ca484f #4fca48 #484fca

Analogous Colors of #ca484f

#ca484f #ca8248 #ca4890

Monochromatic Colors of #ca484f

#ca484f

Complementary Color

#ca484f #48cac3

#ca484f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca484f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca484f Color CSS Codes

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

#ca484f Text Font Color

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

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


#ca484f Background Color

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

This div background color is #ca484f


#ca484f Border Color

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

This div border color is #ca484f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca484f


Comments

No comments written yet.

Please login to write comment.