Color Hex Logo

#ce799f Color Hex

#CE799F
(206,121,159)
0 Favorites   0 Comments

Color spaces of #ce799f

RGB 206121159
HSL0.930.460.64
HSV333°41°81°
CMYK 0.000.410.23   0.19
XYZ38.549029.299836.4246
Yxy29.29980.36970.2810
Hunter Lab54.129332.3952-2.0068
CIE-Lab61.045338.0159-6.0012

#ce799f color RGB value is (206,121,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 10011111
Octal 316 171 237
Decimal 206 121 159
Hex CE 79 9F

RGB Percentages of Color #ce799f

%42.39
%24.90
%32.72

CMYK Percentages of Color #ce799f

%0
%41
%23
%19

Triadic Colors of #ce799f

#ce799f #9fce79 #799fce

Analogous Colors of #ce799f

#ce799f #ce7e79 #ce79ca

Monochromatic Colors of #ce799f

#ce799f

Complementary Color

#ce799f #79cea8

#ce799f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce799f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce799f Color CSS Codes

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

#ce799f Text Font Color

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

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


#ce799f Background Color

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

This div background color is #ce799f


#ce799f Border Color

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

This div border color is #ce799f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce799f


Comments

No comments written yet.

Please login to write comment.