Color Hex Logo

#ce779e Color Hex

#CE779E
(206,119,158)
0 Favorites   0 Comments

Color spaces of #ce779e

RGB 206119158
HSL0.930.470.64
HSV333°42°81°
CMYK 0.000.420.23   0.19
XYZ38.222028.784135.8891
Yxy28.78410.37150.2797
Hunter Lab53.650833.2783-2.1058
CIE-Lab60.590638.9264-6.1014

#ce779e color RGB value is (206,119,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110111 10011110
Octal 316 167 236
Decimal 206 119 158
Hex CE 77 9E

RGB Percentages of Color #ce779e

%42.65
%24.64
%32.71

CMYK Percentages of Color #ce779e

%0
%42
%23
%19

Triadic Colors of #ce779e

#ce779e #9ece77 #779ece

Analogous Colors of #ce779e

#ce779e #ce7c77 #ce77ca

Monochromatic Colors of #ce779e

#ce779e

Complementary Color

#ce779e #77cea7

#ce779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce779e Color CSS Codes

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

#ce779e Text Font Color

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

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


#ce779e Background Color

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

This div background color is #ce779e


#ce779e Border Color

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

This div border color is #ce779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce779e


Comments

No comments written yet.

Please login to write comment.