Color Hex Logo

#ce775e Color Hex

#CE775E
(206,119,94)
0 Favorites   0 Comments

Color spaces of #ce775e

RGB 20611994
HSL0.040.530.59
HSV13°54°81°
CMYK 0.000.420.54   0.19
XYZ34.070827.123614.0293
Yxy27.12360.45290.3606
Hunter Lab52.080325.633620.4848
CIE-Lab59.088631.524728.4474

#ce775e color RGB value is (206,119,94).

#ce775e hex color red value is 206, green value is 119 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ce775e hue: 0.04 , saturation: 0.53 and the lightness value of ce775e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110111 01011110
Octal 316 167 136
Decimal 206 119 94
Hex CE 77 5E

RGB Percentages of Color #ce775e

%49.16
%28.40
%22.43

CMYK Percentages of Color #ce775e

%0
%42
%54
%19

Triadic Colors of #ce775e

#ce775e #5ece77 #775ece

Analogous Colors of #ce775e

#ce775e #ceaf5e #ce5e7d

Monochromatic Colors of #ce775e

#ce775e

Complementary Color

#ce775e #5eb5ce

#ce775e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce775e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce775e Color CSS Codes

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

#ce775e Text Font Color

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

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


#ce775e Background Color

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

This div background color is #ce775e


#ce775e Border Color

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

This div border color is #ce775e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce775e


Comments

No comments written yet.

Please login to write comment.