Color Hex Logo

#cd684b Color Hex

#CD684B
(205,104,75)
0 Favorites   0 Comments

Color spaces of #cd684b

RGB 20510475
HSL0.040.570.55
HSV13°63°80°
CMYK 0.000.490.63   0.20
XYZ31.397223.38789.5161
Yxy23.38780.48830.3637
Hunter Lab48.360931.255322.1860
CIE-Lab55.469637.579034.4677

#cd684b color RGB value is (205,104,75).

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

The process color (four color CMYK) of #cd684b color hex is 0.00, 0.49, 0.63, 0.20. Web safe color of #cd684b is #cc6633. Color #cd684b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101000 01001011
Octal 315 150 113
Decimal 205 104 75
Hex CD 68 4B

RGB Percentages of Color #cd684b

%53.39
%27.08
%19.53

CMYK Percentages of Color #cd684b

%0
%49
%63
%20

Triadic Colors of #cd684b

#cd684b #4bcd68 #684bcd

Analogous Colors of #cd684b

#cd684b #cda94b #cd4b6f

Monochromatic Colors of #cd684b

#cd684b

Complementary Color

#cd684b #4bb0cd

#cd684b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd684b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd684b Color CSS Codes

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

#cd684b Text Font Color

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

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


#cd684b Background Color

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

This div background color is #cd684b


#cd684b Border Color

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

This div border color is #cd684b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd684b


Comments

No comments written yet.

Please login to write comment.