Color Hex Logo

#ca461e Color Hex

#CA461E
(202,70,30)
0 Favorites   0 Comments

Color spaces of #ca461e

RGB 2027030
HSL0.040.740.45
HSV14°85°79°
CMYK 0.000.650.85   0.21
XYZ26.781617.03063.1040
Yxy17.03060.57080.3630
Hunter Lab41.268143.621124.4282
CIE-Lab48.298650.646349.7630

#ca461e color RGB value is (202,70,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 00011110
Octal 312 106 36
Decimal 202 70 30
Hex CA 46 1E

RGB Percentages of Color #ca461e

%66.89
%23.18
%9.93

CMYK Percentages of Color #ca461e

%0
%65
%85
%21

Triadic Colors of #ca461e

#ca461e #1eca46 #461eca

Analogous Colors of #ca461e

#ca461e #ca9c1e #ca1e4c

Monochromatic Colors of #ca461e

#ca461e

Complementary Color

#ca461e #1ea2ca

#ca461e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca461e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca461e Color CSS Codes

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

#ca461e Text Font Color

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

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


#ca461e Background Color

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

This div background color is #ca461e


#ca461e Border Color

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

This div border color is #ca461e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,70,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 #ca461e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca461e


Comments

No comments written yet.

Please login to write comment.