Color Hex Logo

#cd358e Color Hex

#CD358E
(205,53,142)
0 Favorites   0 Comments

Color spaces of #cd358e

RGB 20553142
HSL0.900.600.51
HSV325°74°80°
CMYK 0.000.740.31   0.20
XYZ31.332417.478327.3134
Yxy17.47830.41160.2296
Hunter Lab41.807160.6149-9.4704
CIE-Lab48.857165.8429-14.3123

#cd358e color RGB value is (205,53,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110101 10001110
Octal 315 65 216
Decimal 205 53 142
Hex CD 35 8E

RGB Percentages of Color #cd358e

%51.25
%13.25
%35.50

CMYK Percentages of Color #cd358e

%0
%74
%31
%20

Triadic Colors of #cd358e

#cd358e #8ecd35 #358ecd

Analogous Colors of #cd358e

#cd358e #cd3542 #c035cd

Monochromatic Colors of #cd358e

#cd358e

Complementary Color

#cd358e #35cd74

#cd358e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd358e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd358e Color CSS Codes

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

#cd358e Text Font Color

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

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


#cd358e Background Color

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

This div background color is #cd358e


#cd358e Border Color

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

This div border color is #cd358e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd358e


Comments

No comments written yet.

Please login to write comment.