Color Hex Logo

#ca5305 Color Hex

#CA5305
(202,83,5)
0 Favorites   0 Comments

Color spaces of #ca5305

RGB 202835
HSL0.070.950.41
HSV24°98°79°
CMYK 0.000.590.98   0.21
XYZ27.477818.75402.3152
Yxy18.75400.56600.3863
Hunter Lab43.305937.473827.1444
CIE-Lab50.398144.412559.0715

#ca5305 color RGB value is (202,83,5).

#ca5305 hex color red value is 202, green value is 83 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ca5305 hue: 0.07 , saturation: 0.95 and the lightness value of ca5305 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 00000101
Octal 312 123 5
Decimal 202 83 5
Hex CA 53 5

RGB Percentages of Color #ca5305

%69.66
%28.62
%1.72

CMYK Percentages of Color #ca5305

%0
%59
%98
%21

Triadic Colors of #ca5305

#ca5305 #05ca53 #5305ca

Analogous Colors of #ca5305

#ca5305 #cab605 #ca0519

Monochromatic Colors of #ca5305

#ca5305

Complementary Color

#ca5305 #057cca

#ca5305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5305 Color CSS Codes

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

#ca5305 Text Font Color

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

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


#ca5305 Background Color

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

This div background color is #ca5305


#ca5305 Border Color

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

This div border color is #ca5305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5305


Comments

No comments written yet.

Please login to write comment.