Color Hex Logo

#ca5015 Color Hex

#CA5015
(202,80,21)
0 Favorites   0 Comments

Color spaces of #ca5015

RGB 2028021
HSL0.050.810.44
HSV20°90°79°
CMYK 0.000.600.90   0.21
XYZ27.361118.34802.8089
Yxy18.34800.56390.3782
Hunter Lab42.834639.058626.0962
CIE-Lab49.915546.024254.5518

#ca5015 color RGB value is (202,80,21).

#ca5015 hex color red value is 202, green value is 80 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ca5015 hue: 0.05 , saturation: 0.81 and the lightness value of ca5015 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 00010101
Octal 312 120 25
Decimal 202 80 21
Hex CA 50 15

RGB Percentages of Color #ca5015

%66.67
%26.40
%6.93

CMYK Percentages of Color #ca5015

%0
%60
%90
%21

Triadic Colors of #ca5015

#ca5015 #15ca50 #5015ca

Analogous Colors of #ca5015

#ca5015 #caab15 #ca1535

Monochromatic Colors of #ca5015

#ca5015

Complementary Color

#ca5015 #158fca

#ca5015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5015 Color CSS Codes

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

#ca5015 Text Font Color

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

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


#ca5015 Background Color

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

This div background color is #ca5015


#ca5015 Border Color

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

This div border color is #ca5015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5015


Comments

No comments written yet.

Please login to write comment.