Color Hex Logo

#cd688f Color Hex

#CD688F
(205,104,143)
0 Favorites   0 Comments

Color spaces of #cd688f

RGB 205104143
HSL0.940.500.61
HSV337°49°80°
CMYK 0.000.490.30   0.20
XYZ35.085124.862928.9364
Yxy24.86290.39470.2797
Hunter Lab49.862738.33890.4966
CIE-Lab56.941644.2691-2.8240

#cd688f color RGB value is (205,104,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101000 10001111
Octal 315 150 217
Decimal 205 104 143
Hex CD 68 8F

RGB Percentages of Color #cd688f

%45.35
%23.01
%31.64

CMYK Percentages of Color #cd688f

%0
%49
%30
%20

Triadic Colors of #cd688f

#cd688f #8fcd68 #688fcd

Analogous Colors of #cd688f

#cd688f #cd7468 #cd68c2

Monochromatic Colors of #cd688f

#cd688f

Complementary Color

#cd688f #68cda6

#cd688f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd688f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd688f Color CSS Codes

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

#cd688f Text Font Color

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

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


#cd688f Background Color

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

This div background color is #cd688f


#cd688f Border Color

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

This div border color is #cd688f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd688f


Comments

No comments written yet.

Please login to write comment.