Color Hex Logo

#ca684c Color Hex

#CA684C
(202,104,76)
0 Favorites   0 Comments

Color spaces of #ca684c

RGB 20210476
HSL0.040.540.55
HSV13°62°79°
CMYK 0.000.490.62   0.21
XYZ30.611922.97909.6594
Yxy22.97900.48400.3633
Hunter Lab47.936430.100321.6083
CIE-Lab55.050736.478433.3022

#ca684c color RGB value is (202,104,76).

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

The process color (four color CMYK) of #ca684c color hex is 0.00, 0.49, 0.62, 0.21. Web safe color of #ca684c is #cc6633. Color #ca684c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101000 01001100
Octal 312 150 114
Decimal 202 104 76
Hex CA 68 4C

RGB Percentages of Color #ca684c

%52.88
%27.23
%19.90

CMYK Percentages of Color #ca684c

%0
%49
%62
%21

Triadic Colors of #ca684c

#ca684c #4cca68 #684cca

Analogous Colors of #ca684c

#ca684c #caa74c #ca4c6f

Monochromatic Colors of #ca684c

#ca684c

Complementary Color

#ca684c #4caeca

#ca684c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca684c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca684c Color CSS Codes

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

#ca684c Text Font Color

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

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


#ca684c Background Color

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

This div background color is #ca684c


#ca684c Border Color

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

This div border color is #ca684c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca684c


Comments

No comments written yet.

Please login to write comment.