Color Hex Logo

#ca762a Color Hex

#CA762A
(202,118,42)
0 Favorites   0 Comments

Color spaces of #ca762a

RGB 20211842
HSL0.080.660.48
HSV29°79°79°
CMYK 0.000.420.79   0.21
XYZ31.253525.68065.5001
Yxy25.68060.50060.4113
Hunter Lab50.676021.403529.0382
CIE-Lab57.732627.296353.1930

#ca762a color RGB value is (202,118,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 00101010
Octal 312 166 52
Decimal 202 118 42
Hex CA 76 2A

RGB Percentages of Color #ca762a

%55.80
%32.60
%11.60

CMYK Percentages of Color #ca762a

%0
%42
%79
%21

Triadic Colors of #ca762a

#ca762a #2aca76 #762aca

Analogous Colors of #ca762a

#ca762a #cac62a #ca2a2e

Monochromatic Colors of #ca762a

#ca762a

Complementary Color

#ca762a #2a7eca

#ca762a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca762a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca762a Color CSS Codes

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

#ca762a Text Font Color

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

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


#ca762a Background Color

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

This div background color is #ca762a


#ca762a Border Color

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

This div border color is #ca762a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca762a


Comments

No comments written yet.

Please login to write comment.