Color Hex Logo

#ce979d Color Hex

#CE979D
(206,151,157)
0 Favorites   0 Comments

Color spaces of #ce979d

RGB 206151157
HSL0.980.360.70
HSV353°27°81°
CMYK 0.000.270.24   0.19
XYZ42.606037.689436.9275
Yxy37.68940.36350.3215
Hunter Lab61.391716.44407.3109
CIE-Lab67.791121.49254.9934

#ce979d color RGB value is (206,151,157).

#ce979d hex color red value is 206, green value is 151 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ce979d hue: 0.98 , saturation: 0.36 and the lightness value of ce979d is 0.70.

The process color (four color CMYK) of #ce979d color hex is 0.00, 0.27, 0.24, 0.19. Web safe color of #ce979d is #cc9999. Color #ce979d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 10011101
Octal 316 227 235
Decimal 206 151 157
Hex CE 97 9D

RGB Percentages of Color #ce979d

%40.08
%29.38
%30.54

CMYK Percentages of Color #ce979d

%0
%27
%24
%19

Triadic Colors of #ce979d

#ce979d #9dce97 #979dce

Analogous Colors of #ce979d

#ce979d #cead97 #ce97b9

Monochromatic Colors of #ce979d

#ce979d

Complementary Color

#ce979d #97cec8

#ce979d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce979d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce979d Color CSS Codes

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

#ce979d Text Font Color

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

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


#ce979d Background Color

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

This div background color is #ce979d


#ce979d Border Color

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

This div border color is #ce979d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce979d


Comments

No comments written yet.

Please login to write comment.