Color Hex Logo

#ce959f Color Hex

#CE959F
(206,149,159)
0 Favorites   0 Comments

Color spaces of #ce959f

RGB 206149159
HSL0.970.370.70
HSV349°28°81°
CMYK 0.000.280.23   0.19
XYZ42.459137.119937.7279
Yxy37.11990.36190.3164
Hunter Lab60.926117.77515.9335
CIE-Lab67.366922.88063.2615

#ce959f color RGB value is (206,149,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 10011111
Octal 316 225 237
Decimal 206 149 159
Hex CE 95 9F

RGB Percentages of Color #ce959f

%40.08
%28.99
%30.93

CMYK Percentages of Color #ce959f

%0
%28
%23
%19

Triadic Colors of #ce959f

#ce959f #9fce95 #959fce

Analogous Colors of #ce959f

#ce959f #cea895 #ce95bc

Monochromatic Colors of #ce959f

#ce959f

Complementary Color

#ce959f #95cec4

#ce959f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce959f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce959f Color CSS Codes

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

#ce959f Text Font Color

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

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


#ce959f Background Color

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

This div background color is #ce959f


#ce959f Border Color

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

This div border color is #ce959f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce959f


Comments

No comments written yet.

Please login to write comment.