Color Hex Logo

#ca5315 Color Hex

#CA5315
(202,83,21)
0 Favorites   0 Comments

Color spaces of #ca5315

RGB 2028321
HSL0.060.810.44
HSV21°90°79°
CMYK 0.000.590.90   0.21
XYZ27.585718.79722.8838
Yxy18.79720.55990.3815
Hunter Lab43.355737.700626.4054
CIE-Lab50.449144.625154.9511

#ca5315 color RGB value is (202,83,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 00010101
Octal 312 123 25
Decimal 202 83 21
Hex CA 53 15

RGB Percentages of Color #ca5315

%66.01
%27.12
%6.86

CMYK Percentages of Color #ca5315

%0
%59
%90
%21

Triadic Colors of #ca5315

#ca5315 #15ca53 #5315ca

Analogous Colors of #ca5315

#ca5315 #caae15 #ca1532

Monochromatic Colors of #ca5315

#ca5315

Complementary Color

#ca5315 #158cca

#ca5315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5315 Color CSS Codes

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

#ca5315 Text Font Color

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

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


#ca5315 Background Color

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

This div background color is #ca5315


#ca5315 Border Color

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

This div border color is #ca5315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5315


Comments

No comments written yet.

Please login to write comment.