Color Hex Logo

#ce834b Color Hex

#CE834B
(206,131,75)
0 Favorites   0 Comments

Color spaces of #ce834b

RGB 20613175
HSL0.070.570.55
HSV26°64°81°
CMYK 0.000.360.64   0.19
XYZ34.839929.862410.5844
Yxy29.86240.46280.3966
Hunter Lab54.646518.171426.7688
CIE-Lab61.535323.631141.7216

#ce834b color RGB value is (206,131,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 01001011
Octal 316 203 113
Decimal 206 131 75
Hex CE 83 4B

RGB Percentages of Color #ce834b

%50.00
%31.80
%18.20

CMYK Percentages of Color #ce834b

%0
%36
%64
%19

Triadic Colors of #ce834b

#ce834b #4bce83 #834bce

Analogous Colors of #ce834b

#ce834b #cec54b #ce4b54

Monochromatic Colors of #ce834b

#ce834b

Complementary Color

#ce834b #4b96ce

#ce834b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce834b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce834b Color CSS Codes

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

#ce834b Text Font Color

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

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


#ce834b Background Color

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

This div background color is #ce834b


#ce834b Border Color

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

This div border color is #ce834b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce834b


Comments

No comments written yet.

Please login to write comment.