Color Hex Logo

#ce732b Color Hex

#CE732B
(206,115,43)
0 Favorites   0 Comments

Color spaces of #ce732b

RGB 20611543
HSL0.070.650.49
HSV27°79°81°
CMYK 0.000.440.79   0.19
XYZ32.020425.55775.5310
Yxy25.55770.50740.4050
Hunter Lab50.554624.588128.9015
CIE-Lab57.614830.604152.8517

#ce732b color RGB value is (206,115,43).

#ce732b hex color red value is 206, green value is 115 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ce732b hue: 0.07 , saturation: 0.65 and the lightness value of ce732b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110011 00101011
Octal 316 163 53
Decimal 206 115 43
Hex CE 73 2B

RGB Percentages of Color #ce732b

%56.59
%31.59
%11.81

CMYK Percentages of Color #ce732b

%0
%44
%79
%19

Triadic Colors of #ce732b

#ce732b #2bce73 #732bce

Analogous Colors of #ce732b

#ce732b #cec52b #ce2b34

Monochromatic Colors of #ce732b

#ce732b

Complementary Color

#ce732b #2b86ce

#ce732b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce732b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce732b Color CSS Codes

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

#ce732b Text Font Color

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

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


#ce732b Background Color

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

This div background color is #ce732b


#ce732b Border Color

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

This div border color is #ce732b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce732b


Comments

No comments written yet.

Please login to write comment.