Color Hex Logo

#ce799d Color Hex

#CE799D
(206,121,157)
0 Favorites   0 Comments

Color spaces of #ce799d

RGB 206121157
HSL0.930.460.64
HSV335°41°81°
CMYK 0.000.410.24   0.19
XYZ38.376829.230935.5177
Yxy29.23090.37210.2835
Hunter Lab54.065632.0879-1.1039
CIE-Lab60.984937.7245-4.9435

#ce799d color RGB value is (206,121,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 10011101
Octal 316 171 235
Decimal 206 121 157
Hex CE 79 9D

RGB Percentages of Color #ce799d

%42.56
%25.00
%32.44

CMYK Percentages of Color #ce799d

%0
%41
%24
%19

Triadic Colors of #ce799d

#ce799d #9dce79 #799dce

Analogous Colors of #ce799d

#ce799d #ce8079 #ce79c8

Monochromatic Colors of #ce799d

#ce799d

Complementary Color

#ce799d #79ceaa

#ce799d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce799d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce799d Color CSS Codes

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

#ce799d Text Font Color

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

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


#ce799d Background Color

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

This div background color is #ce799d


#ce799d Border Color

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

This div border color is #ce799d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,121,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 #ce799d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce799d


Comments

No comments written yet.

Please login to write comment.