Color Hex Logo

#ce774e Color Hex

#CE774E
(206,119,78)
0 Favorites   0 Comments

Color spaces of #ce774e

RGB 20611978
HSL0.050.570.56
HSV19°62°81°
CMYK 0.000.420.62   0.19
XYZ33.425626.865510.6316
Yxy26.86550.47130.3788
Hunter Lab51.831924.405924.1210
CIE-Lab58.849630.298336.9546

#ce774e color RGB value is (206,119,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110111 01001110
Octal 316 167 116
Decimal 206 119 78
Hex CE 77 4E

RGB Percentages of Color #ce774e

%51.12
%29.53
%19.35

CMYK Percentages of Color #ce774e

%0
%42
%62
%19

Triadic Colors of #ce774e

#ce774e #4ece77 #774ece

Analogous Colors of #ce774e

#ce774e #ceb74e #ce4e65

Monochromatic Colors of #ce774e

#ce774e

Complementary Color

#ce774e #4ea5ce

#ce774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce774e Color CSS Codes

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

#ce774e Text Font Color

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

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


#ce774e Background Color

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

This div background color is #ce774e


#ce774e Border Color

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

This div border color is #ce774e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce774e


Comments

No comments written yet.

Please login to write comment.