Color Hex Logo

#ca686f Color Hex

#CA686F
(202,104,111)
0 Favorites   0 Comments

Color spaces of #ca686f

RGB 202104111
HSL0.990.480.60
HSV356°49°79°
CMYK 0.000.490.45   0.21
XYZ32.176723.604917.8992
Yxy23.60490.43670.3204
Hunter Lab48.584933.193112.1663
CIE-Lab55.690039.465814.0429

#ca686f color RGB value is (202,104,111).

#ca686f hex color red value is 202, green value is 104 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ca686f hue: 0.99 , saturation: 0.48 and the lightness value of ca686f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101000 01101111
Octal 312 150 157
Decimal 202 104 111
Hex CA 68 6F

RGB Percentages of Color #ca686f

%48.44
%24.94
%26.62

CMYK Percentages of Color #ca686f

%0
%49
%45
%21

Triadic Colors of #ca686f

#ca686f #6fca68 #686fca

Analogous Colors of #ca686f

#ca686f #ca9268 #ca68a0

Monochromatic Colors of #ca686f

#ca686f

Complementary Color

#ca686f #68cac3

#ca686f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca686f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca686f Color CSS Codes

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

#ca686f Text Font Color

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

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


#ca686f Background Color

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

This div background color is #ca686f


#ca686f Border Color

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

This div border color is #ca686f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca686f


Comments

No comments written yet.

Please login to write comment.