Color Hex Logo

#ca7237 Color Hex

#CA7237
(202,114,55)
0 Favorites   0 Comments

Color spaces of #ca7237

RGB 20211455
HSL0.070.580.50
HSV24°73°79°
CMYK 0.000.440.73   0.21
XYZ31.064024.86706.7770
Yxy24.86700.49540.3966
Hunter Lab49.866823.927726.8491
CIE-Lab56.945629.989846.5080

#ca7237 color RGB value is (202,114,55).

#ca7237 hex color red value is 202, green value is 114 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #ca7237 hue: 0.07 , saturation: 0.58 and the lightness value of ca7237 is 0.50.

The process color (four color CMYK) of #ca7237 color hex is 0.00, 0.44, 0.73, 0.21. Web safe color of #ca7237 is #cc6633. Color #ca7237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110010 00110111
Octal 312 162 67
Decimal 202 114 55
Hex CA 72 37

RGB Percentages of Color #ca7237

%54.45
%30.73
%14.82

CMYK Percentages of Color #ca7237

%0
%44
%73
%21

Triadic Colors of #ca7237

#ca7237 #37ca72 #7237ca

Analogous Colors of #ca7237

#ca7237 #cabc37 #ca3746

Monochromatic Colors of #ca7237

#ca7237

Complementary Color

#ca7237 #378fca

#ca7237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7237 Color CSS Codes

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

#ca7237 Text Font Color

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

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


#ca7237 Background Color

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

This div background color is #ca7237


#ca7237 Border Color

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

This div border color is #ca7237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7237


Comments

No comments written yet.

Please login to write comment.