Color Hex Logo

#cd358a Color Hex

#CD358A
(205,53,138)
0 Favorites   0 Comments

Color spaces of #cd358a

RGB 20553138
HSL0.910.600.51
HSV326°74°80°
CMYK 0.000.740.33   0.20
XYZ31.037417.360325.7598
Yxy17.36030.41850.2341
Hunter Lab41.665760.0524-7.4900
CIE-Lab48.710865.3861-12.1261

#cd358a color RGB value is (205,53,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110101 10001010
Octal 315 65 212
Decimal 205 53 138
Hex CD 35 8A

RGB Percentages of Color #cd358a

%51.77
%13.38
%34.85

CMYK Percentages of Color #cd358a

%0
%74
%33
%20

Triadic Colors of #cd358a

#cd358a #8acd35 #358acd

Analogous Colors of #cd358a

#cd358a #cd353e #c435cd

Monochromatic Colors of #cd358a

#cd358a

Complementary Color

#cd358a #35cd78

#cd358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd358a Color CSS Codes

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

#cd358a Text Font Color

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

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


#cd358a Background Color

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

This div background color is #cd358a


#cd358a Border Color

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

This div border color is #cd358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd358a


Comments

No comments written yet.

Please login to write comment.