Color Hex Logo

#ca582e Color Hex

#CA582E
(202,88,46)
0 Favorites   0 Comments

Color spaces of #ca582e

RGB 2028846
HSL0.040.630.49
HSV16°77°79°
CMYK 0.000.560.77   0.21
XYZ28.340019.73334.9000
Yxy19.73330.53500.3725
Hunter Lab44.422236.138824.5555
CIE-Lab51.534342.937645.2993

#ca582e color RGB value is (202,88,46).

#ca582e hex color red value is 202, green value is 88 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ca582e hue: 0.04 , saturation: 0.63 and the lightness value of ca582e is 0.49.

The process color (four color CMYK) of #ca582e color hex is 0.00, 0.56, 0.77, 0.21. Web safe color of #ca582e is #cc6633. Color #ca582e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011000 00101110
Octal 312 130 56
Decimal 202 88 46
Hex CA 58 2E

RGB Percentages of Color #ca582e

%60.12
%26.19
%13.69

CMYK Percentages of Color #ca582e

%0
%56
%77
%21

Triadic Colors of #ca582e

#ca582e #2eca58 #582eca

Analogous Colors of #ca582e

#ca582e #caa62e #ca2e52

Monochromatic Colors of #ca582e

#ca582e

Complementary Color

#ca582e #2ea0ca

#ca582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca582e Color CSS Codes

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

#ca582e Text Font Color

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

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


#ca582e Background Color

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

This div background color is #ca582e


#ca582e Border Color

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

This div border color is #ca582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca582e


Comments

No comments written yet.

Please login to write comment.