Color Hex Logo

#ce785b Color Hex

#CE785B
(206,120,91)
0 Favorites   0 Comments

Color spaces of #ce785b

RGB 20612091
HSL0.040.540.58
HSV15°56°81°
CMYK 0.000.420.56   0.19
XYZ34.058427.310113.3738
Yxy27.31010.45570.3654
Hunter Lab52.259124.879121.4082
CIE-Lab59.260330.741530.3419

#ce785b color RGB value is (206,120,91).

#ce785b hex color red value is 206, green value is 120 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ce785b hue: 0.04 , saturation: 0.54 and the lightness value of ce785b is 0.58.

The process color (four color CMYK) of #ce785b color hex is 0.00, 0.42, 0.56, 0.19. Web safe color of #ce785b is #cc6666. Color #ce785b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111000 01011011
Octal 316 170 133
Decimal 206 120 91
Hex CE 78 5B

RGB Percentages of Color #ce785b

%49.40
%28.78
%21.82

CMYK Percentages of Color #ce785b

%0
%42
%56
%19

Triadic Colors of #ce785b

#ce785b #5bce78 #785bce

Analogous Colors of #ce785b

#ce785b #ceb25b #ce5b78

Monochromatic Colors of #ce785b

#ce785b

Complementary Color

#ce785b #5bb1ce

#ce785b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce785b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce785b Color CSS Codes

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

#ce785b Text Font Color

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

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


#ce785b Background Color

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

This div background color is #ce785b


#ce785b Border Color

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

This div border color is #ce785b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce785b


Comments

No comments written yet.

Please login to write comment.