Color Hex Logo

#cd359d Color Hex

#CD359D
(205,53,157)
0 Favorites   0 Comments

Color spaces of #cd359d

RGB 20553157
HSL0.890.600.51
HSV319°74°80°
CMYK 0.000.740.23   0.20
XYZ32.535717.959733.6500
Yxy17.95970.38670.2134
Hunter Lab42.378962.8774-17.4127
CIE-Lab49.447267.6658-22.3792

#cd359d color RGB value is (205,53,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110101 10011101
Octal 315 65 235
Decimal 205 53 157
Hex CD 35 9D

RGB Percentages of Color #cd359d

%49.40
%12.77
%37.83

CMYK Percentages of Color #cd359d

%0
%74
%23
%20

Triadic Colors of #cd359d

#cd359d #9dcd35 #359dcd

Analogous Colors of #cd359d

#cd359d #cd3551 #b135cd

Monochromatic Colors of #cd359d

#cd359d

Complementary Color

#cd359d #35cd65

#cd359d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd359d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd359d Color CSS Codes

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

#cd359d Text Font Color

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

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


#cd359d Background Color

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

This div background color is #cd359d


#cd359d Border Color

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

This div border color is #cd359d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd359d


Comments

No comments written yet.

Please login to write comment.