Color Hex Logo

#ce7449 Color Hex

#CE7449
(206,116,73)
0 Favorites   0 Comments

Color spaces of #ce7449

RGB 20611673
HSL0.050.580.55
HSV19°65°81°
CMYK 0.000.440.65   0.19
XYZ32.901626.09369.6058
Yxy26.09360.47960.3804
Hunter Lab51.081925.577724.6080
CIE-Lab58.125831.564338.7694

#ce7449 color RGB value is (206,116,73).

#ce7449 hex color red value is 206, green value is 116 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ce7449 hue: 0.05 , saturation: 0.58 and the lightness value of ce7449 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 01001001
Octal 316 164 111
Decimal 206 116 73
Hex CE 74 49

RGB Percentages of Color #ce7449

%52.15
%29.37
%18.48

CMYK Percentages of Color #ce7449

%0
%44
%65
%19

Triadic Colors of #ce7449

#ce7449 #49ce74 #7449ce

Analogous Colors of #ce7449

#ce7449 #ceb749 #ce4960

Monochromatic Colors of #ce7449

#ce7449

Complementary Color

#ce7449 #49a3ce

#ce7449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7449 Color CSS Codes

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

#ce7449 Text Font Color

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

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


#ce7449 Background Color

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

This div background color is #ce7449


#ce7449 Border Color

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

This div border color is #ce7449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7449


Comments

No comments written yet.

Please login to write comment.