Color Hex Logo

#ca762d Color Hex

#CA762D
(202,118,45)
0 Favorites   0 Comments

Color spaces of #ca762d

RGB 20211845
HSL0.080.640.48
HSV28°78°79°
CMYK 0.000.420.78   0.21
XYZ31.309225.70295.7936
Yxy25.70290.49850.4092
Hunter Lab50.698021.513428.7132
CIE-Lab57.754027.409351.9375

#ca762d color RGB value is (202,118,45).

#ca762d hex color red value is 202, green value is 118 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ca762d hue: 0.08 , saturation: 0.64 and the lightness value of ca762d is 0.48.

The process color (four color CMYK) of #ca762d color hex is 0.00, 0.42, 0.78, 0.21. Web safe color of #ca762d is #cc6633. Color #ca762d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 00101101
Octal 312 166 55
Decimal 202 118 45
Hex CA 76 2D

RGB Percentages of Color #ca762d

%55.34
%32.33
%12.33

CMYK Percentages of Color #ca762d

%0
%42
%78
%21

Triadic Colors of #ca762d

#ca762d #2dca76 #762dca

Analogous Colors of #ca762d

#ca762d #cac52d #ca2d33

Monochromatic Colors of #ca762d

#ca762d

Complementary Color

#ca762d #2d81ca

#ca762d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca762d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca762d Color CSS Codes

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

#ca762d Text Font Color

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

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


#ca762d Background Color

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

This div background color is #ca762d


#ca762d Border Color

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

This div border color is #ca762d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca762d


Comments

No comments written yet.

Please login to write comment.