Color Hex Logo

#cd328f Color Hex

#CD328F
(205,50,143)
0 Favorites   0 Comments

Color spaces of #cd328f

RGB 20550143
HSL0.900.610.50
HSV324°76°80°
CMYK 0.000.760.30   0.20
XYZ31.275417.243527.6665
Yxy17.24350.41050.2263
Hunter Lab41.525361.7707-10.4346
CIE-Lab48.565466.8909-15.3565

#cd328f color RGB value is (205,50,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110010 10001111
Octal 315 62 217
Decimal 205 50 143
Hex CD 32 8F

RGB Percentages of Color #cd328f

%51.51
%12.56
%35.93

CMYK Percentages of Color #cd328f

%0
%76
%30
%20

Triadic Colors of #cd328f

#cd328f #8fcd32 #328fcd

Analogous Colors of #cd328f

#cd328f #cd3242 #be32cd

Monochromatic Colors of #cd328f

#cd328f

Complementary Color

#cd328f #32cd70

#cd328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd328f Color CSS Codes

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

#cd328f Text Font Color

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

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


#cd328f Background Color

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

This div background color is #cd328f


#cd328f Border Color

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

This div border color is #cd328f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd328f


Comments

No comments written yet.

Please login to write comment.