Color Hex Logo

#cd686f Color Hex

#CD686F
(205,104,111)
0 Favorites   0 Comments

Color spaces of #cd686f

RGB 205104111
HSL0.990.500.61
HSV356°49°80°
CMYK 0.000.490.46   0.20
XYZ32.996424.027517.9376
Yxy24.02750.44020.3205
Hunter Lab49.017934.376112.6159
CIE-Lab56.115340.567014.6978

#cd686f color RGB value is (205,104,111).

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

The process color (four color CMYK) of #cd686f color hex is 0.00, 0.49, 0.46, 0.20. Web safe color of #cd686f is #cc6666. Color #cd686f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101000 01101111
Octal 315 150 157
Decimal 205 104 111
Hex CD 68 6F

RGB Percentages of Color #cd686f

%48.81
%24.76
%26.43

CMYK Percentages of Color #cd686f

%0
%49
%46
%20

Triadic Colors of #cd686f

#cd686f #6fcd68 #686fcd

Analogous Colors of #cd686f

#cd686f #cd9468 #cd68a2

Monochromatic Colors of #cd686f

#cd686f

Complementary Color

#cd686f #68cdc6

#cd686f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd686f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd686f Color CSS Codes

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

#cd686f Text Font Color

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

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


#cd686f Background Color

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

This div background color is #cd686f


#cd686f Border Color

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

This div border color is #cd686f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,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 #cd686f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd686f


Comments

No comments written yet.

Please login to write comment.