Color Hex Logo

#ca825e Color Hex

#CA825E
(202,130,94)
0 Favorites   0 Comments

Color spaces of #ca825e

RGB 20213094
HSL0.060.500.58
HSV20°53°79°
CMYK 0.000.360.53   0.21
XYZ34.360129.330014.4399
Yxy29.33000.43980.3754
Hunter Lab54.157218.474522.1016
CIE-Lab61.071823.978930.8907

#ca825e color RGB value is (202,130,94).

#ca825e hex color red value is 202, green value is 130 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ca825e hue: 0.06 , saturation: 0.50 and the lightness value of ca825e is 0.58.

The process color (four color CMYK) of #ca825e color hex is 0.00, 0.36, 0.53, 0.21. Web safe color of #ca825e is #cc9966. Color #ca825e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000010 01011110
Octal 312 202 136
Decimal 202 130 94
Hex CA 82 5E

RGB Percentages of Color #ca825e

%47.42
%30.52
%22.07

CMYK Percentages of Color #ca825e

%0
%36
%53
%21

Triadic Colors of #ca825e

#ca825e #5eca82 #825eca

Analogous Colors of #ca825e

#ca825e #cab85e #ca5e70

Monochromatic Colors of #ca825e

#ca825e

Complementary Color

#ca825e #5ea6ca

#ca825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca825e Color CSS Codes

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

#ca825e Text Font Color

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

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


#ca825e Background Color

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

This div background color is #ca825e


#ca825e Border Color

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

This div border color is #ca825e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca825e


Comments

No comments written yet.

Please login to write comment.