Color Hex Logo

#ce845e Color Hex

#CE845E
(206,132,94)
0 Favorites   0 Comments

Color spaces of #ce845e

RGB 20613294
HSL0.060.530.59
HSV20°54°81°
CMYK 0.000.360.54   0.19
XYZ35.725230.432514.5808
Yxy30.43250.44250.3769
Hunter Lab55.165719.056422.9451
CIE-Lab62.025624.523332.2046

#ce845e color RGB value is (206,132,94).

#ce845e hex color red value is 206, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ce845e hue: 0.06 , saturation: 0.53 and the lightness value of ce845e is 0.59.

The process color (four color CMYK) of #ce845e color hex is 0.00, 0.36, 0.54, 0.19. Web safe color of #ce845e is #cc9966. Color #ce845e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000100 01011110
Octal 316 204 136
Decimal 206 132 94
Hex CE 84 5E

RGB Percentages of Color #ce845e

%47.69
%30.56
%21.76

CMYK Percentages of Color #ce845e

%0
%36
%54
%19

Triadic Colors of #ce845e

#ce845e #5ece84 #845ece

Analogous Colors of #ce845e

#ce845e #cebc5e #ce5e70

Monochromatic Colors of #ce845e

#ce845e

Complementary Color

#ce845e #5ea8ce

#ce845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce845e Color CSS Codes

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

#ce845e Text Font Color

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

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


#ce845e Background Color

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

This div background color is #ce845e


#ce845e Border Color

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

This div border color is #ce845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce845e


Comments

No comments written yet.

Please login to write comment.