Color Hex Logo

#ca4700 Color Hex

#CA4700
(202,71,0)
0 Favorites   0 Comments

Color spaces of #ca4700

RGB 202710
HSL0.061.000.40
HSV21°100°79°
CMYK 0.000.651.00   0.21
XYZ26.610417.06301.8910
Yxy17.06300.58400.3745
Hunter Lab41.307442.702626.2009
CIE-Lab48.339349.770759.1365

#ca4700 color RGB value is (202,71,0).

#ca4700 hex color red value is 202, green value is 71 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ca4700 hue: 0.06 , saturation: 1.00 and the lightness value of ca4700 is 0.40.

The process color (four color CMYK) of #ca4700 color hex is 0.00, 0.65, 1.00, 0.21. Web safe color of #ca4700 is #cc3300. Color #ca4700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 00000000
Octal 312 107 0
Decimal 202 71 0
Hex CA 47 0

RGB Percentages of Color #ca4700

%73.99
%26.01
%0.00

CMYK Percentages of Color #ca4700

%0
%65
%100
%21

Triadic Colors of #ca4700

#ca4700 #00ca47 #4700ca

Analogous Colors of #ca4700

#ca4700 #caac00 #ca001e

Monochromatic Colors of #ca4700

#ca4700

Complementary Color

#ca4700 #0083ca

#ca4700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4700 Color CSS Codes

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

#ca4700 Text Font Color

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

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


#ca4700 Background Color

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

This div background color is #ca4700


#ca4700 Border Color

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

This div border color is #ca4700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4700


Comments

No comments written yet.

Please login to write comment.