Color Hex Logo

#cd728d Color Hex

#CD728D
(205,114,141)
0 Favorites   0 Comments

Color spaces of #cd728d

RGB 205114141
HSL0.950.480.63
HSV342°44°80°
CMYK 0.000.440.31   0.20
XYZ36.001926.936928.5011
Yxy26.93690.39370.2946
Hunter Lab51.900832.99343.7717
CIE-Lab58.915938.85661.2280

#cd728d color RGB value is (205,114,141).

#cd728d hex color red value is 205, green value is 114 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cd728d hue: 0.95 , saturation: 0.48 and the lightness value of cd728d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110010 10001101
Octal 315 162 215
Decimal 205 114 141
Hex CD 72 8D

RGB Percentages of Color #cd728d

%44.57
%24.78
%30.65

CMYK Percentages of Color #cd728d

%0
%44
%31
%20

Triadic Colors of #cd728d

#cd728d #8dcd72 #728dcd

Analogous Colors of #cd728d

#cd728d #cd8572 #cd72bb

Monochromatic Colors of #cd728d

#cd728d

Complementary Color

#cd728d #72cdb2

#cd728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd728d Color CSS Codes

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

#cd728d Text Font Color

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

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


#cd728d Background Color

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

This div background color is #cd728d


#cd728d Border Color

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

This div border color is #cd728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd728d


Comments

No comments written yet.

Please login to write comment.