Color Hex Logo

#ce778e Color Hex

#CE778E
(206,119,142)
0 Favorites   0 Comments

Color spaces of #ce778e

RGB 206119142
HSL0.960.470.64
HSV344°42°81°
CMYK 0.000.420.31   0.19
XYZ36.932928.268529.1010
Yxy28.26850.39160.2998
Hunter Lab53.168130.94974.7660
CIE-Lab60.130536.71292.4309

#ce778e color RGB value is (206,119,142).

#ce778e hex color red value is 206, green value is 119 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ce778e hue: 0.96 , saturation: 0.47 and the lightness value of ce778e is 0.64.

The process color (four color CMYK) of #ce778e color hex is 0.00, 0.42, 0.31, 0.19. Web safe color of #ce778e is #cc6699. Color #ce778e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110111 10001110
Octal 316 167 216
Decimal 206 119 142
Hex CE 77 8E

RGB Percentages of Color #ce778e

%44.11
%25.48
%30.41

CMYK Percentages of Color #ce778e

%0
%42
%31
%19

Triadic Colors of #ce778e

#ce778e #8ece77 #778ece

Analogous Colors of #ce778e

#ce778e #ce8c77 #ce77ba

Monochromatic Colors of #ce778e

#ce778e

Complementary Color

#ce778e #77ceb7

#ce778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce778e Color CSS Codes

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

#ce778e Text Font Color

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

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


#ce778e Background Color

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

This div background color is #ce778e


#ce778e Border Color

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

This div border color is #ce778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce778e


Comments

No comments written yet.

Please login to write comment.