Color Hex Logo

#ce959e Color Hex

#CE959E
(206,149,158)
0 Favorites   0 Comments

Color spaces of #ce959e

RGB 206149158
HSL0.970.370.70
HSV351°28°81°
CMYK 0.000.280.23   0.19
XYZ42.372637.085337.2727
Yxy37.08530.36300.3177
Hunter Lab60.897717.62936.3397
CIE-Lab67.341022.73253.7841

#ce959e color RGB value is (206,149,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 10011110
Octal 316 225 236
Decimal 206 149 158
Hex CE 95 9E

RGB Percentages of Color #ce959e

%40.16
%29.04
%30.80

CMYK Percentages of Color #ce959e

%0
%28
%23
%19

Triadic Colors of #ce959e

#ce959e #9ece95 #959ece

Analogous Colors of #ce959e

#ce959e #cea995 #ce95bb

Monochromatic Colors of #ce959e

#ce959e

Complementary Color

#ce959e #95cec5

#ce959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce959e Color CSS Codes

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

#ce959e Text Font Color

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

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


#ce959e Background Color

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

This div background color is #ce959e


#ce959e Border Color

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

This div border color is #ce959e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce959e


Comments

No comments written yet.

Please login to write comment.