Color Hex Logo

#cd328d Color Hex

#CD328D
(205,50,141)
0 Favorites   0 Comments

Color spaces of #cd328d

RGB 20550141
HSL0.900.610.50
HSV325°76°80°
CMYK 0.000.760.31   0.20
XYZ31.125217.183426.8756
Yxy17.18340.41400.2286
Hunter Lab41.452961.4856-9.4231
CIE-Lab48.490366.6611-14.2672

#cd328d color RGB value is (205,50,141).

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

The process color (four color CMYK) of #cd328d color hex is 0.00, 0.76, 0.31, 0.20. Web safe color of #cd328d is #cc3399. Color #cd328d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110010 10001101
Octal 315 62 215
Decimal 205 50 141
Hex CD 32 8D

RGB Percentages of Color #cd328d

%51.77
%12.63
%35.61

CMYK Percentages of Color #cd328d

%0
%76
%31
%20

Triadic Colors of #cd328d

#cd328d #8dcd32 #328dcd

Analogous Colors of #cd328d

#cd328d #cd3240 #c032cd

Monochromatic Colors of #cd328d

#cd328d

Complementary Color

#cd328d #32cd72

#cd328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd328d Color CSS Codes

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

#cd328d Text Font Color

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

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


#cd328d Background Color

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

This div background color is #cd328d


#cd328d Border Color

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

This div border color is #cd328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd328d


Comments

No comments written yet.

Please login to write comment.