Color Hex Logo

#ce798e Color Hex

#CE798E
(206,121,142)
0 Favorites   0 Comments

Color spaces of #ce798e

RGB 206121142
HSL0.960.460.64
HSV345°41°81°
CMYK 0.000.410.31   0.19
XYZ37.173528.749529.1811
Yxy28.74950.39090.3023
Hunter Lab53.618629.92075.2653
CIE-Lab60.559935.65273.0531

#ce798e color RGB value is (206,121,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 10001110
Octal 316 171 216
Decimal 206 121 142
Hex CE 79 8E

RGB Percentages of Color #ce798e

%43.92
%25.80
%30.28

CMYK Percentages of Color #ce798e

%0
%41
%31
%19

Triadic Colors of #ce798e

#ce798e #8ece79 #798ece

Analogous Colors of #ce798e

#ce798e #ce8f79 #ce79b9

Monochromatic Colors of #ce798e

#ce798e

Complementary Color

#ce798e #79ceb9

#ce798e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce798e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce798e Color CSS Codes

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

#ce798e Text Font Color

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

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


#ce798e Background Color

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

This div background color is #ce798e


#ce798e Border Color

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

This div border color is #ce798e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce798e


Comments

No comments written yet.

Please login to write comment.