Color Hex Logo

#cd355b Color Hex

#CD355B
(205,53,91)
0 Favorites   0 Comments

Color spaces of #cd355b

RGB 2055391
HSL0.960.600.51
HSV345°74°80°
CMYK 0.000.740.56   0.20
XYZ28.338316.280711.5464
Yxy16.28070.50460.2899
Hunter Lab40.349354.753411.2781
CIE-Lab47.340661.007214.5424

#cd355b color RGB value is (205,53,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110101 01011011
Octal 315 65 133
Decimal 205 53 91
Hex CD 35 5B

RGB Percentages of Color #cd355b

%58.74
%15.19
%26.07

CMYK Percentages of Color #cd355b

%0
%74
%56
%20

Triadic Colors of #cd355b

#cd355b #5bcd35 #355bcd

Analogous Colors of #cd355b

#cd355b #cd5b35 #cd35a7

Monochromatic Colors of #cd355b

#cd355b

Complementary Color

#cd355b #35cda7

#cd355b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd355b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd355b Color CSS Codes

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

#cd355b Text Font Color

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

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


#cd355b Background Color

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

This div background color is #cd355b


#cd355b Border Color

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

This div border color is #cd355b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd355b


Comments

No comments written yet.

Please login to write comment.