Color Hex Logo

#ca760f Color Hex

#CA760F
(202,118,15)
0 Favorites   0 Comments

Color spaces of #ca760f

RGB 20211815
HSL0.090.860.43
HSV33°93°79°
CMYK 0.000.420.93   0.21
XYZ30.921825.54793.7534
Yxy25.54790.51350.4242
Hunter Lab50.544920.747130.9787
CIE-Lab57.605426.619461.8153

#ca760f color RGB value is (202,118,15).

#ca760f hex color red value is 202, green value is 118 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ca760f hue: 0.09 , saturation: 0.86 and the lightness value of ca760f is 0.43.

The process color (four color CMYK) of #ca760f color hex is 0.00, 0.42, 0.93, 0.21. Web safe color of #ca760f is #cc6600. Color #ca760f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 00001111
Octal 312 166 17
Decimal 202 118 15
Hex CA 76 F

RGB Percentages of Color #ca760f

%60.30
%35.22
%4.48

CMYK Percentages of Color #ca760f

%0
%42
%93
%21

Triadic Colors of #ca760f

#ca760f #0fca76 #760fca

Analogous Colors of #ca760f

#ca760f #c1ca0f #ca190f

Monochromatic Colors of #ca760f

#ca760f

Complementary Color

#ca760f #0f63ca

#ca760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca760f Color CSS Codes

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

#ca760f Text Font Color

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

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


#ca760f Background Color

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

This div background color is #ca760f


#ca760f Border Color

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

This div border color is #ca760f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca760f


Comments

No comments written yet.

Please login to write comment.