Color Hex Logo

#cd689b Color Hex

#CD689B
(205,104,155)
0 Favorites   0 Comments

Color spaces of #cd689b

RGB 205104155
HSL0.920.500.61
HSV330°49°80°
CMYK 0.000.490.24   0.20
XYZ36.043525.246333.9837
Yxy25.24630.37830.2650
Hunter Lab50.245740.1161-4.9288
CIE-Lab57.314645.8978-9.2602

#cd689b color RGB value is (205,104,155).

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

The process color (four color CMYK) of #cd689b color hex is 0.00, 0.49, 0.24, 0.20. Web safe color of #cd689b is #cc6699. Color #cd689b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101000 10011011
Octal 315 150 233
Decimal 205 104 155
Hex CD 68 9B

RGB Percentages of Color #cd689b

%44.18
%22.41
%33.41

CMYK Percentages of Color #cd689b

%0
%49
%24
%20

Triadic Colors of #cd689b

#cd689b #9bcd68 #689bcd

Analogous Colors of #cd689b

#cd689b #cd6869 #cd68cd

Monochromatic Colors of #cd689b

#cd689b

Complementary Color

#cd689b #68cd9a

#cd689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd689b Color CSS Codes

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

#cd689b Text Font Color

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

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


#cd689b Background Color

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

This div background color is #cd689b


#cd689b Border Color

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

This div border color is #cd689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd689b


Comments

No comments written yet.

Please login to write comment.