Color Hex Logo

#ce989f Color Hex

#CE989F
(206,152,159)
0 Favorites   0 Comments

Color spaces of #ce989f

RGB 206152159
HSL0.980.360.70
HSV352°26°81°
CMYK 0.000.260.23   0.19
XYZ42.939838.081537.8882
Yxy38.08150.36110.3203
Hunter Lab61.710216.21276.7949
CIE-Lab68.080621.24114.2934

#ce989f color RGB value is (206,152,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011000 10011111
Octal 316 230 237
Decimal 206 152 159
Hex CE 98 9F

RGB Percentages of Color #ce989f

%39.85
%29.40
%30.75

CMYK Percentages of Color #ce989f

%0
%26
%23
%19

Triadic Colors of #ce989f

#ce989f #9fce98 #989fce

Analogous Colors of #ce989f

#ce989f #ceac98 #ce98ba

Monochromatic Colors of #ce989f

#ce989f

Complementary Color

#ce989f #98cec7

#ce989f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce989f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce989f Color CSS Codes

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

#ce989f Text Font Color

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

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


#ce989f Background Color

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

This div background color is #ce989f


#ce989f Border Color

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

This div border color is #ce989f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce989f


Comments

No comments written yet.

Please login to write comment.