Color Hex Logo

#cd495e Color Hex

#CD495E
(205,73,94)
0 Favorites   0 Comments

Color spaces of #cd495e

RGB 2057394
HSL0.970.570.55
HSV350°64°80°
CMYK 0.000.640.54   0.20
XYZ29.579818.552412.6116
Yxy18.55240.48700.3054
Hunter Lab43.072547.207012.7907
CIE-Lab50.159453.665816.5764

#cd495e color RGB value is (205,73,94).

#cd495e hex color red value is 205, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cd495e hue: 0.97 , saturation: 0.57 and the lightness value of cd495e is 0.55.

The process color (four color CMYK) of #cd495e color hex is 0.00, 0.64, 0.54, 0.20. Web safe color of #cd495e is #cc3366. Color #cd495e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001001 01011110
Octal 315 111 136
Decimal 205 73 94
Hex CD 49 5E

RGB Percentages of Color #cd495e

%55.11
%19.62
%25.27

CMYK Percentages of Color #cd495e

%0
%64
%54
%20

Triadic Colors of #cd495e

#cd495e #5ecd49 #495ecd

Analogous Colors of #cd495e

#cd495e #cd7649 #cd49a0

Monochromatic Colors of #cd495e

#cd495e

Complementary Color

#cd495e #49cdb8

#cd495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd495e Color CSS Codes

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

#cd495e Text Font Color

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

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


#cd495e Background Color

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

This div background color is #cd495e


#cd495e Border Color

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

This div border color is #cd495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd495e


Comments

No comments written yet.

Please login to write comment.