Color Hex Logo

#ce797d Color Hex

#CE797D
(206,121,125)
0 Favorites   0 Comments

Color spaces of #ce797d

RGB 206121125
HSL0.990.460.64
HSV357°41°81°
CMYK 0.000.410.39   0.19
XYZ35.992628.277222.9631
Yxy28.27720.41260.3242
Hunter Lab53.176327.759911.6202
CIE-Lab60.138333.556112.2256

#ce797d color RGB value is (206,121,125).

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

The process color (four color CMYK) of #ce797d color hex is 0.00, 0.41, 0.39, 0.19. Web safe color of #ce797d is #cc6666. Color #ce797d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 01111101
Octal 316 171 175
Decimal 206 121 125
Hex CE 79 7D

RGB Percentages of Color #ce797d

%45.58
%26.77
%27.65

CMYK Percentages of Color #ce797d

%0
%41
%39
%19

Triadic Colors of #ce797d

#ce797d #7dce79 #797dce

Analogous Colors of #ce797d

#ce797d #cea079 #ce79a8

Monochromatic Colors of #ce797d

#ce797d

Complementary Color

#ce797d #79ceca

#ce797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce797d Color CSS Codes

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

#ce797d Text Font Color

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

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


#ce797d Background Color

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

This div background color is #ce797d


#ce797d Border Color

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

This div border color is #ce797d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce797d


Comments

No comments written yet.

Please login to write comment.