Color Hex Logo

#cd359c Color Hex

#CD359C
(205,53,156)
0 Favorites   0 Comments

Color spaces of #cd359c

RGB 20553156
HSL0.890.600.51
HSV319°74°80°
CMYK 0.000.740.24   0.20
XYZ32.450717.925633.2021
Yxy17.92560.38830.2145
Hunter Lab42.338662.7198-16.8584
CIE-Lab49.405767.5396-21.8480

#cd359c color RGB value is (205,53,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110101 10011100
Octal 315 65 234
Decimal 205 53 156
Hex CD 35 9C

RGB Percentages of Color #cd359c

%49.52
%12.80
%37.68

CMYK Percentages of Color #cd359c

%0
%74
%24
%20

Triadic Colors of #cd359c

#cd359c #9ccd35 #359ccd

Analogous Colors of #cd359c

#cd359c #cd3550 #b235cd

Monochromatic Colors of #cd359c

#cd359c

Complementary Color

#cd359c #35cd66

#cd359c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd359c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd359c Color CSS Codes

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

#cd359c Text Font Color

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

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


#cd359c Background Color

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

This div background color is #cd359c


#cd359c Border Color

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

This div border color is #cd359c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd359c


Comments

No comments written yet.

Please login to write comment.