Color Hex Logo

#ce754f Color Hex

#CE754F
(206,117,79)
0 Favorites   0 Comments

Color spaces of #ce754f

RGB 20611779
HSL0.050.560.56
HSV18°62°81°
CMYK 0.000.430.62   0.19
XYZ33.226226.408910.7434
Yxy26.40890.47210.3752
Hunter Lab51.389625.478323.5777
CIE-Lab58.423231.433335.8977

#ce754f color RGB value is (206,117,79).

#ce754f hex color red value is 206, green value is 117 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ce754f hue: 0.05 , saturation: 0.56 and the lightness value of ce754f is 0.56.

The process color (four color CMYK) of #ce754f color hex is 0.00, 0.43, 0.62, 0.19. Web safe color of #ce754f is #cc6666. Color #ce754f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 01001111
Octal 316 165 117
Decimal 206 117 79
Hex CE 75 4F

RGB Percentages of Color #ce754f

%51.24
%29.10
%19.65

CMYK Percentages of Color #ce754f

%0
%43
%62
%19

Triadic Colors of #ce754f

#ce754f #4fce75 #754fce

Analogous Colors of #ce754f

#ce754f #ceb54f #ce4f69

Monochromatic Colors of #ce754f

#ce754f

Complementary Color

#ce754f #4fa8ce

#ce754f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce754f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce754f Color CSS Codes

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

#ce754f Text Font Color

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

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


#ce754f Background Color

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

This div background color is #ce754f


#ce754f Border Color

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

This div border color is #ce754f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce754f


Comments

No comments written yet.

Please login to write comment.