Color Hex Logo

#ce734c Color Hex

#CE734C
(206,115,76)
0 Favorites   0 Comments

Color spaces of #ce734c

RGB 20611576
HSL0.050.570.55
HSV18°63°81°
CMYK 0.000.440.63   0.19
XYZ32.888825.905110.1042
Yxy25.90510.47740.3760
Hunter Lab50.897126.273823.8575
CIE-Lab57.946932.290036.9469

#ce734c color RGB value is (206,115,76).

#ce734c hex color red value is 206, green value is 115 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ce734c hue: 0.05 , saturation: 0.57 and the lightness value of ce734c is 0.55.

The process color (four color CMYK) of #ce734c color hex is 0.00, 0.44, 0.63, 0.19. Web safe color of #ce734c is #cc6633. Color #ce734c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110011 01001100
Octal 316 163 114
Decimal 206 115 76
Hex CE 73 4C

RGB Percentages of Color #ce734c

%51.89
%28.97
%19.14

CMYK Percentages of Color #ce734c

%0
%44
%63
%19

Triadic Colors of #ce734c

#ce734c #4cce73 #734cce

Analogous Colors of #ce734c

#ce734c #ceb44c #ce4c66

Monochromatic Colors of #ce734c

#ce734c

Complementary Color

#ce734c #4ca7ce

#ce734c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce734c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce734c Color CSS Codes

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

#ce734c Text Font Color

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

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


#ce734c Background Color

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

This div background color is #ce734c


#ce734c Border Color

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

This div border color is #ce734c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,115,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce734c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce734c;
  -webkit-box-shadow: 1px 1px 3px 2px #ce734c;
  box-shadow:         1px 1px 3px 2px #ce734c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,115,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce734c


Comments

No comments written yet.

Please login to write comment.