Color Hex Logo

#ca725f Color Hex

#CA725F
(202,114,95)
0 Favorites   0 Comments

Color spaces of #ca725f

RGB 20211495
HSL0.030.500.58
HSV11°53°79°
CMYK 0.000.440.53   0.21
XYZ32.440025.417414.0227
Yxy25.41740.45130.3536
Hunter Lab50.415726.628518.8000
CIE-Lab57.479932.698925.6896

#ca725f color RGB value is (202,114,95).

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

The process color (four color CMYK) of #ca725f color hex is 0.00, 0.44, 0.53, 0.21. Web safe color of #ca725f is #cc6666. Color #ca725f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110010 01011111
Octal 312 162 137
Decimal 202 114 95
Hex CA 72 5F

RGB Percentages of Color #ca725f

%49.15
%27.74
%23.11

CMYK Percentages of Color #ca725f

%0
%44
%53
%21

Triadic Colors of #ca725f

#ca725f #5fca72 #725fca

Analogous Colors of #ca725f

#ca725f #caa85f #ca5f82

Monochromatic Colors of #ca725f

#ca725f

Complementary Color

#ca725f #5fb7ca

#ca725f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca725f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca725f Color CSS Codes

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

#ca725f Text Font Color

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

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


#ca725f Background Color

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

This div background color is #ca725f


#ca725f Border Color

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

This div border color is #ca725f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca725f


Comments

No comments written yet.

Please login to write comment.