Color Hex Logo

#ce779b Color Hex

#CE779B
(206,119,155)
0 Favorites   0 Comments

Color spaces of #ce779b

RGB 206119155
HSL0.930.470.64
HSV335°42°81°
CMYK 0.000.420.25   0.19
XYZ37.966828.682034.5455
Yxy28.68200.37520.2834
Hunter Lab53.555632.8206-0.7555
CIE-Lab60.499938.4940-4.5117

#ce779b color RGB value is (206,119,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110111 10011011
Octal 316 167 233
Decimal 206 119 155
Hex CE 77 9B

RGB Percentages of Color #ce779b

%42.92
%24.79
%32.29

CMYK Percentages of Color #ce779b

%0
%42
%25
%19

Triadic Colors of #ce779b

#ce779b #9bce77 #779bce

Analogous Colors of #ce779b

#ce779b #ce7f77 #ce77c7

Monochromatic Colors of #ce779b

#ce779b

Complementary Color

#ce779b #77ceaa

#ce779b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce779b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce779b Color CSS Codes

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

#ce779b Text Font Color

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

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


#ce779b Background Color

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

This div background color is #ce779b


#ce779b Border Color

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

This div border color is #ce779b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce779b


Comments

No comments written yet.

Please login to write comment.