Color Hex Logo

#ce724f Color Hex

#CE724F
(206,114,79)
0 Favorites   0 Comments

Color spaces of #ce724f

RGB 20611479
HSL0.050.560.56
HSV17°62°81°
CMYK 0.000.450.62   0.19
XYZ32.882225.721010.6287
Yxy25.72100.47500.3715
Hunter Lab50.715926.979723.0755
CIE-Lab57.771333.023435.1038

#ce724f color RGB value is (206,114,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110010 01001111
Octal 316 162 117
Decimal 206 114 79
Hex CE 72 4F

RGB Percentages of Color #ce724f

%51.63
%28.57
%19.80

CMYK Percentages of Color #ce724f

%0
%45
%62
%19

Triadic Colors of #ce724f

#ce724f #4fce72 #724fce

Analogous Colors of #ce724f

#ce724f #ceb24f #ce4f6c

Monochromatic Colors of #ce724f

#ce724f

Complementary Color

#ce724f #4fabce

#ce724f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce724f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce724f Color CSS Codes

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

#ce724f Text Font Color

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

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


#ce724f Background Color

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

This div background color is #ce724f


#ce724f Border Color

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

This div border color is #ce724f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,114,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 #ce724f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce724f


Comments

No comments written yet.

Please login to write comment.