Color Hex Logo

#ca684e Color Hex

#CA684E
(202,104,78)
0 Favorites   0 Comments

Color spaces of #ca684e

RGB 20210478
HSL0.030.540.55
HSV13°61°79°
CMYK 0.000.490.61   0.21
XYZ30.682623.007210.0314
Yxy23.00720.48150.3611
Hunter Lab47.965830.242021.1764
CIE-Lab55.079836.616932.2216

#ca684e color RGB value is (202,104,78).

#ca684e hex color red value is 202, green value is 104 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ca684e hue: 0.03 , saturation: 0.54 and the lightness value of ca684e is 0.55.

The process color (four color CMYK) of #ca684e color hex is 0.00, 0.49, 0.61, 0.21. Web safe color of #ca684e is #cc6666. Color #ca684e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101000 01001110
Octal 312 150 116
Decimal 202 104 78
Hex CA 68 4E

RGB Percentages of Color #ca684e

%52.60
%27.08
%20.31

CMYK Percentages of Color #ca684e

%0
%49
%61
%21

Triadic Colors of #ca684e

#ca684e #4eca68 #684eca

Analogous Colors of #ca684e

#ca684e #caa64e #ca4e72

Monochromatic Colors of #ca684e

#ca684e

Complementary Color

#ca684e #4eb0ca

#ca684e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca684e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca684e Color CSS Codes

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

#ca684e Text Font Color

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

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


#ca684e Background Color

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

This div background color is #ca684e


#ca684e Border Color

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

This div border color is #ca684e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca684e


Comments

No comments written yet.

Please login to write comment.