Color Hex Logo

#cd568d Color Hex

#CD568D
(205,86,141)
0 Favorites   0 Comments

Color spaces of #cd568d

RGB 20586141
HSL0.920.540.57
HSV332°58°80°
CMYK 0.000.580.31   0.20
XYZ33.312321.557827.6046
Yxy21.55780.40390.2614
Hunter Lab46.430446.8148-2.7489
CIE-Lab53.554652.7222-6.6598

#cd568d color RGB value is (205,86,141).

#cd568d hex color red value is 205, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cd568d hue: 0.92 , saturation: 0.54 and the lightness value of cd568d is 0.57.

The process color (four color CMYK) of #cd568d color hex is 0.00, 0.58, 0.31, 0.20. Web safe color of #cd568d is #cc6699. Color #cd568d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010110 10001101
Octal 315 126 215
Decimal 205 86 141
Hex CD 56 8D

RGB Percentages of Color #cd568d

%47.45
%19.91
%32.64

CMYK Percentages of Color #cd568d

%0
%58
%31
%20

Triadic Colors of #cd568d

#cd568d #8dcd56 #568dcd

Analogous Colors of #cd568d

#cd568d #cd5b56 #cd56c9

Monochromatic Colors of #cd568d

#cd568d

Complementary Color

#cd568d #56cd96

#cd568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd568d Color CSS Codes

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

#cd568d Text Font Color

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

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


#cd568d Background Color

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

This div background color is #cd568d


#cd568d Border Color

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

This div border color is #cd568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd568d


Comments

No comments written yet.

Please login to write comment.