Color Hex Logo

#cd535d Color Hex

#CD535D
(205,83,93)
0 Favorites   0 Comments

Color spaces of #cd535d

RGB 2058393
HSL0.990.550.56
HSV355°60°80°
CMYK 0.000.600.55   0.20
XYZ30.245919.956012.6137
Yxy19.95600.48150.3177
Hunter Lab44.672142.679714.5293
CIE-Lab51.787449.172919.3780

#cd535d color RGB value is (205,83,93).

#cd535d hex color red value is 205, green value is 83 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cd535d hue: 0.99 , saturation: 0.55 and the lightness value of cd535d is 0.56.

The process color (four color CMYK) of #cd535d color hex is 0.00, 0.60, 0.55, 0.20. Web safe color of #cd535d is #cc6666. Color #cd535d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010011 01011101
Octal 315 123 135
Decimal 205 83 93
Hex CD 53 5D

RGB Percentages of Color #cd535d

%53.81
%21.78
%24.41

CMYK Percentages of Color #cd535d

%0
%60
%55
%20

Triadic Colors of #cd535d

#cd535d #5dcd53 #535dcd

Analogous Colors of #cd535d

#cd535d #cd8653 #cd539a

Monochromatic Colors of #cd535d

#cd535d

Complementary Color

#cd535d #53cdc3

#cd535d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd535d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd535d Color CSS Codes

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

#cd535d Text Font Color

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

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


#cd535d Background Color

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

This div background color is #cd535d


#cd535d Border Color

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

This div border color is #cd535d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd535d


Comments

No comments written yet.

Please login to write comment.