Color Hex Logo

#cd389c Color Hex

#CD389C
(205,56,156)
0 Favorites   0 Comments

Color spaces of #cd389c

RGB 20556156
HSL0.890.600.51
HSV320°73°80°
CMYK 0.000.730.24   0.20
XYZ32.591818.207833.2492
Yxy18.20780.38780.2166
Hunter Lab42.670661.6647-16.3297
CIE-Lab49.747266.5736-21.3230

#cd389c color RGB value is (205,56,156).

#cd389c hex color red value is 205, green value is 56 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cd389c hue: 0.89 , saturation: 0.60 and the lightness value of cd389c is 0.51.

The process color (four color CMYK) of #cd389c color hex is 0.00, 0.73, 0.24, 0.20. Web safe color of #cd389c is #cc3399. Color #cd389c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00111000 10011100
Octal 315 70 234
Decimal 205 56 156
Hex CD 38 9C

RGB Percentages of Color #cd389c

%49.16
%13.43
%37.41

CMYK Percentages of Color #cd389c

%0
%73
%24
%20

Triadic Colors of #cd389c

#cd389c #9ccd38 #389ccd

Analogous Colors of #cd389c

#cd389c #cd3851 #b438cd

Monochromatic Colors of #cd389c

#cd389c

Complementary Color

#cd389c #38cd69

#cd389c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd389c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd389c Color CSS Codes

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

#cd389c Text Font Color

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

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


#cd389c Background Color

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

This div background color is #cd389c


#cd389c Border Color

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

This div border color is #cd389c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd389c


Comments

No comments written yet.

Please login to write comment.