Color Hex Logo

#ce959c Color Hex

#CE959C
(206,149,156)
0 Favorites   0 Comments

Color spaces of #ce959c

RGB 206149156
HSL0.980.370.70
HSV353°28°81°
CMYK 0.000.280.24   0.19
XYZ42.201837.017036.3732
Yxy37.01700.36510.3202
Hunter Lab60.841617.34097.1435
CIE-Lab67.289822.43934.8304

#ce959c color RGB value is (206,149,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 10011100
Octal 316 225 234
Decimal 206 149 156
Hex CE 95 9C

RGB Percentages of Color #ce959c

%40.31
%29.16
%30.53

CMYK Percentages of Color #ce959c

%0
%28
%24
%19

Triadic Colors of #ce959c

#ce959c #9cce95 #959cce

Analogous Colors of #ce959c

#ce959c #ceab95 #ce95b9

Monochromatic Colors of #ce959c

#ce959c

Complementary Color

#ce959c #95cec7

#ce959c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce959c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce959c Color CSS Codes

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

#ce959c Text Font Color

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

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


#ce959c Background Color

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

This div background color is #ce959c


#ce959c Border Color

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

This div border color is #ce959c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce959c


Comments

No comments written yet.

Please login to write comment.