Color Hex Logo

#ce714b Color Hex

#CE714B
(206,113,75)
0 Favorites   0 Comments

Color spaces of #ce714b

RGB 20611375
HSL0.050.570.55
HSV17°64°81°
CMYK 0.000.450.64   0.19
XYZ32.628725.44019.8473
Yxy25.44010.48040.3746
Hunter Lab50.438227.205723.7312
CIE-Lab57.501733.280836.9535

#ce714b color RGB value is (206,113,75).

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

The process color (four color CMYK) of #ce714b color hex is 0.00, 0.45, 0.64, 0.19. Web safe color of #ce714b is #cc6633. Color #ce714b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110001 01001011
Octal 316 161 113
Decimal 206 113 75
Hex CE 71 4B

RGB Percentages of Color #ce714b

%52.28
%28.68
%19.04

CMYK Percentages of Color #ce714b

%0
%45
%64
%19

Triadic Colors of #ce714b

#ce714b #4bce71 #714bce

Analogous Colors of #ce714b

#ce714b #ceb34b #ce4b67

Monochromatic Colors of #ce714b

#ce714b

Complementary Color

#ce714b #4ba8ce

#ce714b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce714b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce714b Color CSS Codes

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

#ce714b Text Font Color

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

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


#ce714b Background Color

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

This div background color is #ce714b


#ce714b Border Color

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

This div border color is #ce714b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce714b


Comments

No comments written yet.

Please login to write comment.