Color Hex Logo

#ce7459 Color Hex

#CE7459
(206,116,89)
0 Favorites   0 Comments

Color spaces of #ce7459

RGB 20611689
HSL0.040.540.58
HSV14°57°81°
CMYK 0.000.440.57   0.19
XYZ33.502226.333912.7684
Yxy26.33390.46140.3627
Hunter Lab51.316626.730421.1693
CIE-Lab58.352632.709830.3003

#ce7459 color RGB value is (206,116,89).

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

The process color (four color CMYK) of #ce7459 color hex is 0.00, 0.44, 0.57, 0.19. Web safe color of #ce7459 is #cc6666. Color #ce7459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 01011001
Octal 316 164 131
Decimal 206 116 89
Hex CE 74 59

RGB Percentages of Color #ce7459

%50.12
%28.22
%21.65

CMYK Percentages of Color #ce7459

%0
%44
%57
%19

Triadic Colors of #ce7459

#ce7459 #59ce74 #7459ce

Analogous Colors of #ce7459

#ce7459 #ceaf59 #ce5979

Monochromatic Colors of #ce7459

#ce7459

Complementary Color

#ce7459 #59b3ce

#ce7459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7459 Color CSS Codes

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

#ce7459 Text Font Color

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

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


#ce7459 Background Color

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

This div background color is #ce7459


#ce7459 Border Color

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

This div border color is #ce7459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7459


Comments

No comments written yet.

Please login to write comment.