Color Hex Logo

#ce768d Color Hex

#CE768D
(206,118,141)
0 Favorites   0 Comments

Color spaces of #ce768d

RGB 206118141
HSL0.960.470.64
HSV344°43°81°
CMYK 0.000.430.32   0.19
XYZ36.739828.001828.6678
Yxy28.00180.39330.2998
Hunter Lab52.916731.32734.9212
CIE-Lab59.890437.11112.6592

#ce768d color RGB value is (206,118,141).

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

The process color (four color CMYK) of #ce768d color hex is 0.00, 0.43, 0.32, 0.19. Web safe color of #ce768d is #cc6699. Color #ce768d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 10001101
Octal 316 166 215
Decimal 206 118 141
Hex CE 76 8D

RGB Percentages of Color #ce768d

%44.30
%25.38
%30.32

CMYK Percentages of Color #ce768d

%0
%43
%32
%19

Triadic Colors of #ce768d

#ce768d #8dce76 #768dce

Analogous Colors of #ce768d

#ce768d #ce8b76 #ce76b9

Monochromatic Colors of #ce768d

#ce768d

Complementary Color

#ce768d #76ceb7

#ce768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce768d Color CSS Codes

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

#ce768d Text Font Color

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

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


#ce768d Background Color

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

This div background color is #ce768d


#ce768d Border Color

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

This div border color is #ce768d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce768d


Comments

No comments written yet.

Please login to write comment.