Color Hex Logo

#cd742e Color Hex

#CD742E
(205,116,46)
0 Favorites   0 Comments

Color spaces of #cd742e

RGB 20511646
HSL0.070.630.49
HSV26°78°80°
CMYK 0.000.430.78   0.20
XYZ31.915425.66725.8569
Yxy25.66720.50310.4046
Hunter Lab50.662823.787428.6097
CIE-Lab57.719829.770951.6056

#cd742e color RGB value is (205,116,46).

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

The process color (four color CMYK) of #cd742e color hex is 0.00, 0.43, 0.78, 0.20. Web safe color of #cd742e is #cc6633. Color #cd742e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110100 00101110
Octal 315 164 56
Decimal 205 116 46
Hex CD 74 2E

RGB Percentages of Color #cd742e

%55.86
%31.61
%12.53

CMYK Percentages of Color #cd742e

%0
%43
%78
%20

Triadic Colors of #cd742e

#cd742e #2ecd74 #742ecd

Analogous Colors of #cd742e

#cd742e #cdc42e #cd2e37

Monochromatic Colors of #cd742e

#cd742e

Complementary Color

#cd742e #2e87cd

#cd742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd742e Color CSS Codes

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

#cd742e Text Font Color

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

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


#cd742e Background Color

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

This div background color is #cd742e


#cd742e Border Color

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

This div border color is #cd742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd742e


Comments

No comments written yet.

Please login to write comment.