Color Hex Logo

#cd357e Color Hex

#CD357E
(205,53,126)
0 Favorites   0 Comments

Color spaces of #cd357e

RGB 20553126
HSL0.920.600.51
HSV331°74°80°
CMYK 0.000.740.39   0.20
XYZ30.215817.031721.4336
Yxy17.03170.43990.2480
Hunter Lab41.269558.4687-1.9040
CIE-Lab48.300064.0918-5.4814

#cd357e color RGB value is (205,53,126).

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

The process color (four color CMYK) of #cd357e color hex is 0.00, 0.74, 0.39, 0.20. Web safe color of #cd357e is #cc3366. Color #cd357e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110101 01111110
Octal 315 65 176
Decimal 205 53 126
Hex CD 35 7E

RGB Percentages of Color #cd357e

%53.39
%13.80
%32.81

CMYK Percentages of Color #cd357e

%0
%74
%39
%20

Triadic Colors of #cd357e

#cd357e #7ecd35 #357ecd

Analogous Colors of #cd357e

#cd357e #cd3835 #cd35ca

Monochromatic Colors of #cd357e

#cd357e

Complementary Color

#cd357e #35cd84

#cd357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd357e Color CSS Codes

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

#cd357e Text Font Color

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

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


#cd357e Background Color

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

This div background color is #cd357e


#cd357e Border Color

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

This div border color is #cd357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd357e


Comments

No comments written yet.

Please login to write comment.