Color Hex Logo

#ce542f Color Hex

#CE542F
(206,84,47)
0 Favorites   0 Comments

Color spaces of #ce542f

RGB 2068447
HSL0.040.630.50
HSV14°77°81°
CMYK 0.000.590.77   0.19
XYZ29.137019.66774.9499
Yxy19.66770.54200.3659
Hunter Lab44.348339.665724.4262
CIE-Lab51.459446.363044.9295

#ce542f color RGB value is (206,84,47).

#ce542f hex color red value is 206, green value is 84 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ce542f hue: 0.04 , saturation: 0.63 and the lightness value of ce542f is 0.50.

The process color (four color CMYK) of #ce542f color hex is 0.00, 0.59, 0.77, 0.19. Web safe color of #ce542f is #cc6633. Color #ce542f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010100 00101111
Octal 316 124 57
Decimal 206 84 47
Hex CE 54 2F

RGB Percentages of Color #ce542f

%61.13
%24.93
%13.95

CMYK Percentages of Color #ce542f

%0
%59
%77
%19

Triadic Colors of #ce542f

#ce542f #2fce54 #542fce

Analogous Colors of #ce542f

#ce542f #cea42f #ce2f59

Monochromatic Colors of #ce542f

#ce542f

Complementary Color

#ce542f #2fa9ce

#ce542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce542f Color CSS Codes

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

#ce542f Text Font Color

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

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


#ce542f Background Color

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

This div background color is #ce542f


#ce542f Border Color

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

This div border color is #ce542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce542f


Comments

No comments written yet.

Please login to write comment.