Color Hex Logo

#ca5d2f Color Hex

#CA5D2F
(202,93,47)
0 Favorites   0 Comments

Color spaces of #ca5d2f

RGB 2029347
HSL0.050.620.49
HSV18°77°79°
CMYK 0.000.540.77   0.21
XYZ28.784620.59055.1466
Yxy20.59050.52790.3777
Hunter Lab45.376833.821625.0391
CIE-Lab52.498440.520045.7876

#ca5d2f color RGB value is (202,93,47).

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

The process color (four color CMYK) of #ca5d2f color hex is 0.00, 0.54, 0.77, 0.21. Web safe color of #ca5d2f is #cc6633. Color #ca5d2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011101 00101111
Octal 312 135 57
Decimal 202 93 47
Hex CA 5D 2F

RGB Percentages of Color #ca5d2f

%59.06
%27.19
%13.74

CMYK Percentages of Color #ca5d2f

%0
%54
%77
%21

Triadic Colors of #ca5d2f

#ca5d2f #2fca5d #5d2fca

Analogous Colors of #ca5d2f

#ca5d2f #caab2f #ca2f4f

Monochromatic Colors of #ca5d2f

#ca5d2f

Complementary Color

#ca5d2f #2f9cca

#ca5d2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5d2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5d2f Color CSS Codes

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

#ca5d2f Text Font Color

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

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


#ca5d2f Background Color

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

This div background color is #ca5d2f


#ca5d2f Border Color

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

This div border color is #ca5d2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5d2f


Comments

No comments written yet.

Please login to write comment.