Color Hex Logo

#ce769d Color Hex

#CE769D
(206,118,157)
0 Favorites   0 Comments

Color spaces of #ce769d

RGB 206118157
HSL0.930.470.64
HSV333°43°81°
CMYK 0.000.430.24   0.19
XYZ38.017828.513035.3981
Yxy28.51300.37300.2797
Hunter Lab53.397633.6420-1.9260
CIE-Lab60.349439.3077-5.8844

#ce769d color RGB value is (206,118,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 10011101
Octal 316 166 235
Decimal 206 118 157
Hex CE 76 9D

RGB Percentages of Color #ce769d

%42.83
%24.53
%32.64

CMYK Percentages of Color #ce769d

%0
%43
%24
%19

Triadic Colors of #ce769d

#ce769d #9dce76 #769dce

Analogous Colors of #ce769d

#ce769d #ce7b76 #ce76c9

Monochromatic Colors of #ce769d

#ce769d

Complementary Color

#ce769d #76cea7

#ce769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce769d Color CSS Codes

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

#ce769d Text Font Color

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

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


#ce769d Background Color

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

This div background color is #ce769d


#ce769d Border Color

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

This div border color is #ce769d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce769d


Comments

No comments written yet.

Please login to write comment.