Color Hex Logo

#ca8728 Color Hex

#CA8728
(202,135,40)
0 Favorites   0 Comments

Color spaces of #ca8728

RGB 20213540
HSL0.100.670.47
HSV35°80°79°
CMYK 0.000.330.80   0.21
XYZ33.404130.03776.0448
Yxy30.03770.48070.4323
Hunter Lab54.806712.882331.8254
CIE-Lab61.686717.993657.6463

#ca8728 color RGB value is (202,135,40).

#ca8728 hex color red value is 202, green value is 135 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ca8728 hue: 0.10 , saturation: 0.67 and the lightness value of ca8728 is 0.47.

The process color (four color CMYK) of #ca8728 color hex is 0.00, 0.33, 0.80, 0.21. Web safe color of #ca8728 is #cc9933. Color #ca8728 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 00101000
Octal 312 207 50
Decimal 202 135 40
Hex CA 87 28

RGB Percentages of Color #ca8728

%53.58
%35.81
%10.61

CMYK Percentages of Color #ca8728

%0
%33
%80
%21

Triadic Colors of #ca8728

#ca8728 #28ca87 #8728ca

Analogous Colors of #ca8728

#ca8728 #bcca28 #ca3628

Monochromatic Colors of #ca8728

#ca8728

Complementary Color

#ca8728 #286bca

#ca8728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8728 Color CSS Codes

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

#ca8728 Text Font Color

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

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


#ca8728 Background Color

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

This div background color is #ca8728


#ca8728 Border Color

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

This div border color is #ca8728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8728

#ca8728 Color Palettes


Comments

No comments written yet.

Please login to write comment.