Color Hex Logo

#cd738d Color Hex

#CD738D
(205,115,141)
0 Favorites   0 Comments

Color spaces of #cd738d

RGB 205115141
HSL0.950.470.63
HSV343°44°80°
CMYK 0.000.440.31   0.20
XYZ36.115327.163728.5389
Yxy27.16370.39330.2958
Hunter Lab52.118832.48224.0175
CIE-Lab59.125538.33231.5330

#cd738d color RGB value is (205,115,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110011 10001101
Octal 315 163 215
Decimal 205 115 141
Hex CD 73 8D

RGB Percentages of Color #cd738d

%44.47
%24.95
%30.59

CMYK Percentages of Color #cd738d

%0
%44
%31
%20

Triadic Colors of #cd738d

#cd738d #8dcd73 #738dcd

Analogous Colors of #cd738d

#cd738d #cd8673 #cd73ba

Monochromatic Colors of #cd738d

#cd738d

Complementary Color

#cd738d #73cdb3

#cd738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd738d Color CSS Codes

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

#cd738d Text Font Color

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

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


#cd738d Background Color

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

This div background color is #cd738d


#cd738d Border Color

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

This div border color is #cd738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd738d


Comments

No comments written yet.

Please login to write comment.