Color Hex Logo

#ca5004 Color Hex

#CA5004
(202,80,4)
0 Favorites   0 Comments

Color spaces of #ca5004

RGB 202804
HSL0.060.960.40
HSV23°98°79°
CMYK 0.000.600.98   0.21
XYZ27.247718.30262.2115
Yxy18.30260.57050.3832
Hunter Lab42.781538.819526.8822
CIE-Lab49.861145.802058.9855

#ca5004 color RGB value is (202,80,4).

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

The process color (four color CMYK) of #ca5004 color hex is 0.00, 0.60, 0.98, 0.21. Web safe color of #ca5004 is #cc6600. Color #ca5004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 00000100
Octal 312 120 4
Decimal 202 80 4
Hex CA 50 4

RGB Percentages of Color #ca5004

%70.63
%27.97
%1.40

CMYK Percentages of Color #ca5004

%0
%60
%98
%21

Triadic Colors of #ca5004

#ca5004 #04ca50 #5004ca

Analogous Colors of #ca5004

#ca5004 #cab304 #ca041b

Monochromatic Colors of #ca5004

#ca5004

Complementary Color

#ca5004 #047eca

#ca5004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5004 Color CSS Codes

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

#ca5004 Text Font Color

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

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


#ca5004 Background Color

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

This div background color is #ca5004


#ca5004 Border Color

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

This div border color is #ca5004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5004


Comments

No comments written yet.

Please login to write comment.