Color Hex Logo

#cd676f Color Hex

#CD676F
(205,103,111)
0 Favorites   0 Comments

Color spaces of #cd676f

RGB 205103111
HSL0.990.500.60
HSV355°50°80°
CMYK 0.000.500.46   0.20
XYZ32.896323.827317.9042
Yxy23.82730.44080.3193
Hunter Lab48.813234.872012.4223
CIE-Lab55.914541.077014.4196

#cd676f color RGB value is (205,103,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100111 01101111
Octal 315 147 157
Decimal 205 103 111
Hex CD 67 6F

RGB Percentages of Color #cd676f

%48.93
%24.58
%26.49

CMYK Percentages of Color #cd676f

%0
%50
%46
%20

Triadic Colors of #cd676f

#cd676f #6fcd67 #676fcd

Analogous Colors of #cd676f

#cd676f #cd9267 #cd67a2

Monochromatic Colors of #cd676f

#cd676f

Complementary Color

#cd676f #67cdc5

#cd676f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd676f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd676f Color CSS Codes

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

#cd676f Text Font Color

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

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


#cd676f Background Color

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

This div background color is #cd676f


#cd676f Border Color

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

This div border color is #cd676f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd676f


Comments

No comments written yet.

Please login to write comment.