Color Hex Logo

#cd435d Color Hex

#CD435D
(205,67,93)
0 Favorites   0 Comments

Color spaces of #cd435d

RGB 2056793
HSL0.970.580.53
HSV349°67°80°
CMYK 0.000.670.55   0.20
XYZ29.159817.783812.2516
Yxy17.78380.49260.3004
Hunter Lab42.170849.628112.2945
CIE-Lab49.232856.048215.9155

#cd435d color RGB value is (205,67,93).

#cd435d hex color red value is 205, green value is 67 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cd435d hue: 0.97 , saturation: 0.58 and the lightness value of cd435d is 0.53.

The process color (four color CMYK) of #cd435d color hex is 0.00, 0.67, 0.55, 0.20. Web safe color of #cd435d is #cc3366. Color #cd435d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000011 01011101
Octal 315 103 135
Decimal 205 67 93
Hex CD 43 5D

RGB Percentages of Color #cd435d

%56.16
%18.36
%25.48

CMYK Percentages of Color #cd435d

%0
%67
%55
%20

Triadic Colors of #cd435d

#cd435d #5dcd43 #435dcd

Analogous Colors of #cd435d

#cd435d #cd6e43 #cd43a2

Monochromatic Colors of #cd435d

#cd435d

Complementary Color

#cd435d #43cdb3

#cd435d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd435d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd435d Color CSS Codes

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

#cd435d Text Font Color

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

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


#cd435d Background Color

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

This div background color is #cd435d


#cd435d Border Color

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

This div border color is #cd435d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd435d


Comments

No comments written yet.

Please login to write comment.