Color Hex Logo

#ca471e Color Hex

#CA471E
(202,71,30)
0 Favorites   0 Comments

Color spaces of #ca471e

RGB 2027130
HSL0.040.740.45
HSV14°85°79°
CMYK 0.000.650.85   0.21
XYZ26.844717.15683.1250
Yxy17.15680.56960.3641
Hunter Lab41.420843.199124.5214
CIE-Lab48.457050.220649.8987

#ca471e color RGB value is (202,71,30).

#ca471e hex color red value is 202, green value is 71 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ca471e hue: 0.04 , saturation: 0.74 and the lightness value of ca471e is 0.45.

The process color (four color CMYK) of #ca471e color hex is 0.00, 0.65, 0.85, 0.21. Web safe color of #ca471e is #cc3333. Color #ca471e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 00011110
Octal 312 107 36
Decimal 202 71 30
Hex CA 47 1E

RGB Percentages of Color #ca471e

%66.67
%23.43
%9.90

CMYK Percentages of Color #ca471e

%0
%65
%85
%21

Triadic Colors of #ca471e

#ca471e #1eca47 #471eca

Analogous Colors of #ca471e

#ca471e #ca9d1e #ca1e4b

Monochromatic Colors of #ca471e

#ca471e

Complementary Color

#ca471e #1ea1ca

#ca471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca471e Color CSS Codes

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

#ca471e Text Font Color

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

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


#ca471e Background Color

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

This div background color is #ca471e


#ca471e Border Color

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

This div border color is #ca471e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca471e


Comments

No comments written yet.

Please login to write comment.