Color Hex Logo

#ca725d Color Hex

#CA725D
(202,114,93)
0 Favorites   0 Comments

Color spaces of #ca725d

RGB 20211493
HSL0.030.510.58
HSV12°54°79°
CMYK 0.000.440.54   0.21
XYZ32.350225.381513.5500
Yxy25.38150.45380.3561
Hunter Lab50.380126.453919.3197
CIE-Lab57.445332.525426.7778

#ca725d color RGB value is (202,114,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110010 01011101
Octal 312 162 135
Decimal 202 114 93
Hex CA 72 5D

RGB Percentages of Color #ca725d

%49.39
%27.87
%22.74

CMYK Percentages of Color #ca725d

%0
%44
%54
%21

Triadic Colors of #ca725d

#ca725d #5dca72 #725dca

Analogous Colors of #ca725d

#ca725d #caa95d #ca5d7f

Monochromatic Colors of #ca725d

#ca725d

Complementary Color

#ca725d #5db5ca

#ca725d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca725d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca725d Color CSS Codes

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

#ca725d Text Font Color

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

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


#ca725d Background Color

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

This div background color is #ca725d


#ca725d Border Color

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

This div border color is #ca725d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca725d


Comments

No comments written yet.

Please login to write comment.