Color Hex Logo

#ce832e Color Hex

#CE832E
(206,131,46)
0 Favorites   0 Comments

Color spaces of #ce832e

RGB 20613146
HSL0.090.630.49
HSV32°78°81°
CMYK 0.000.360.78   0.19
XYZ34.063029.55176.4935
Yxy29.55170.48590.4215
Hunter Lab54.361516.715830.9708
CIE-Lab61.265522.114355.0770

#ce832e color RGB value is (206,131,46).

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

The process color (four color CMYK) of #ce832e color hex is 0.00, 0.36, 0.78, 0.19. Web safe color of #ce832e is #cc9933. Color #ce832e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 00101110
Octal 316 203 56
Decimal 206 131 46
Hex CE 83 2E

RGB Percentages of Color #ce832e

%53.79
%34.20
%12.01

CMYK Percentages of Color #ce832e

%0
%36
%78
%19

Triadic Colors of #ce832e

#ce832e #2ece83 #832ece

Analogous Colors of #ce832e

#ce832e #c9ce2e #ce332e

Monochromatic Colors of #ce832e

#ce832e

Complementary Color

#ce832e #2e79ce

#ce832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce832e Color CSS Codes

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

#ce832e Text Font Color

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

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


#ce832e Background Color

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

This div background color is #ce832e


#ce832e Border Color

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

This div border color is #ce832e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce832e


Comments

No comments written yet.

Please login to write comment.