Color Hex Logo

#ca741f Color Hex

#CA741F
(202,116,31)
0 Favorites   0 Comments

Color spaces of #ca741f

RGB 20211631
HSL0.080.730.46
HSV30°85°79°
CMYK 0.000.430.85   0.21
XYZ30.849825.14634.5241
Yxy25.14630.50970.4155
Hunter Lab50.146122.057329.7532
CIE-Lab57.217728.023556.9660

#ca741f color RGB value is (202,116,31).

#ca741f hex color red value is 202, green value is 116 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ca741f hue: 0.08 , saturation: 0.73 and the lightness value of ca741f is 0.46.

The process color (four color CMYK) of #ca741f color hex is 0.00, 0.43, 0.85, 0.21. Web safe color of #ca741f is #cc6633. Color #ca741f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 00011111
Octal 312 164 37
Decimal 202 116 31
Hex CA 74 1F

RGB Percentages of Color #ca741f

%57.88
%33.24
%8.88

CMYK Percentages of Color #ca741f

%0
%43
%85
%21

Triadic Colors of #ca741f

#ca741f #1fca74 #741fca

Analogous Colors of #ca741f

#ca741f #caca1f #ca1f1f

Monochromatic Colors of #ca741f

#ca741f

Complementary Color

#ca741f #1f75ca

#ca741f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca741f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca741f Color CSS Codes

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

#ca741f Text Font Color

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

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


#ca741f Background Color

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

This div background color is #ca741f


#ca741f Border Color

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

This div border color is #ca741f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca741f


Comments

No comments written yet.

Please login to write comment.