Color Hex Logo

#cd328e Color Hex

#CD328E
(205,50,142)
0 Favorites   0 Comments

Color spaces of #cd328e

RGB 20550142
HSL0.900.610.50
HSV324°76°80°
CMYK 0.000.760.31   0.20
XYZ31.199917.213327.2693
Yxy17.21330.41220.2274
Hunter Lab41.488961.6274-9.9271
CIE-Lab48.527766.7754-14.8123

#cd328e color RGB value is (205,50,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110010 10001110
Octal 315 62 216
Decimal 205 50 142
Hex CD 32 8E

RGB Percentages of Color #cd328e

%51.64
%12.59
%35.77

CMYK Percentages of Color #cd328e

%0
%76
%31
%20

Triadic Colors of #cd328e

#cd328e #8ecd32 #328ecd

Analogous Colors of #cd328e

#cd328e #cd3240 #bf32cd

Monochromatic Colors of #cd328e

#cd328e

Complementary Color

#cd328e #32cd71

#cd328e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd328e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd328e Color CSS Codes

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

#cd328e Text Font Color

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

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


#cd328e Background Color

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

This div background color is #cd328e


#cd328e Border Color

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

This div border color is #cd328e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd328e

#cd328e Color Palettes


Comments

No comments written yet.

Please login to write comment.