Color Hex Logo

#cd492e Color Hex

#CD492E
(205,73,46)
0 Favorites   0 Comments

Color spaces of #cd492e

RGB 2057346
HSL0.030.630.49
HSV10°78°80°
CMYK 0.000.640.78   0.20
XYZ28.052517.94154.5693
Yxy17.94150.55480.3548
Hunter Lab42.357444.091723.2543
CIE-Lab49.425150.895843.3005

#cd492e color RGB value is (205,73,46).

#cd492e hex color red value is 205, green value is 73 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cd492e hue: 0.03 , saturation: 0.63 and the lightness value of cd492e is 0.49.

The process color (four color CMYK) of #cd492e color hex is 0.00, 0.64, 0.78, 0.20. Web safe color of #cd492e is #cc3333. Color #cd492e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001001 00101110
Octal 315 111 56
Decimal 205 73 46
Hex CD 49 2E

RGB Percentages of Color #cd492e

%63.27
%22.53
%14.20

CMYK Percentages of Color #cd492e

%0
%64
%78
%20

Triadic Colors of #cd492e

#cd492e #2ecd49 #492ecd

Analogous Colors of #cd492e

#cd492e #cd992e #cd2e62

Monochromatic Colors of #cd492e

#cd492e

Complementary Color

#cd492e #2eb2cd

#cd492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd492e Color CSS Codes

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

#cd492e Text Font Color

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

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


#cd492e Background Color

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

This div background color is #cd492e


#cd492e Border Color

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

This div border color is #cd492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd492e


Comments

No comments written yet.

Please login to write comment.