Color Hex Logo

#cd328a Color Hex

#CD328A
(205,50,138)
0 Favorites   0 Comments

Color spaces of #cd328a

RGB 20550138
HSL0.910.610.50
HSV326°76°80°
CMYK 0.000.760.33   0.20
XYZ30.904917.095325.7156
Yxy17.09530.41920.2319
Hunter Lab41.346561.0656-7.9331
CIE-Lab48.379966.3219-12.6259

#cd328a color RGB value is (205,50,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110010 10001010
Octal 315 62 212
Decimal 205 50 138
Hex CD 32 8A

RGB Percentages of Color #cd328a

%52.16
%12.72
%35.11

CMYK Percentages of Color #cd328a

%0
%76
%33
%20

Triadic Colors of #cd328a

#cd328a #8acd32 #328acd

Analogous Colors of #cd328a

#cd328a #cd323d #c332cd

Monochromatic Colors of #cd328a

#cd328a

Complementary Color

#cd328a #32cd75

#cd328a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd328a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd328a Color CSS Codes

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

#cd328a Text Font Color

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

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


#cd328a Background Color

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

This div background color is #cd328a


#cd328a Border Color

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

This div border color is #cd328a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd328a


Comments

No comments written yet.

Please login to write comment.