Color Hex Logo

#ce714e Color Hex

#CE714E
(206,113,78)
0 Favorites   0 Comments

Color spaces of #ce714e

RGB 20611378
HSL0.050.570.56
HSV16°62°81°
CMYK 0.000.450.62   0.19
XYZ32.733925.482110.4010
Yxy25.48210.47710.3714
Hunter Lab50.479827.409723.1196
CIE-Lab57.542233.482435.3711

#ce714e color RGB value is (206,113,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110001 01001110
Octal 316 161 116
Decimal 206 113 78
Hex CE 71 4E

RGB Percentages of Color #ce714e

%51.89
%28.46
%19.65

CMYK Percentages of Color #ce714e

%0
%45
%62
%19

Triadic Colors of #ce714e

#ce714e #4ece71 #714ece

Analogous Colors of #ce714e

#ce714e #ceb14e #ce4e6b

Monochromatic Colors of #ce714e

#ce714e

Complementary Color

#ce714e #4eabce

#ce714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce714e Color CSS Codes

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

#ce714e Text Font Color

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

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


#ce714e Background Color

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

This div background color is #ce714e


#ce714e Border Color

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

This div border color is #ce714e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce714e


Comments

No comments written yet.

Please login to write comment.