Color Hex Logo

#ce764d Color Hex

#CE764D
(206,118,77)
0 Favorites   0 Comments

Color spaces of #ce764d

RGB 20611877
HSL0.050.570.55
HSV19°63°81°
CMYK 0.000.430.63   0.19
XYZ33.271626.614510.4047
Yxy26.61450.47330.3786
Hunter Lab51.589224.839324.1547
CIE-Lab58.615830.763337.2114

#ce764d color RGB value is (206,118,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 01001101
Octal 316 166 115
Decimal 206 118 77
Hex CE 76 4D

RGB Percentages of Color #ce764d

%51.37
%29.43
%19.20

CMYK Percentages of Color #ce764d

%0
%43
%63
%19

Triadic Colors of #ce764d

#ce764d #4dce76 #764dce

Analogous Colors of #ce764d

#ce764d #ceb74d #ce4d65

Monochromatic Colors of #ce764d

#ce764d

Complementary Color

#ce764d #4da5ce

#ce764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce764d Color CSS Codes

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

#ce764d Text Font Color

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

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


#ce764d Background Color

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

This div background color is #ce764d


#ce764d Border Color

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

This div border color is #ce764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce764d


Comments

No comments written yet.

Please login to write comment.