Color Hex Logo

#ce899f Color Hex

#CE899F
(206,137,159)
0 Favorites   0 Comments

Color spaces of #ce899f

RGB 206137159
HSL0.950.410.67
HSV341°33°81°
CMYK 0.000.330.23   0.19
XYZ40.657333.516337.1273
Yxy33.51630.36530.3011
Hunter Lab57.893324.04382.5022
CIE-Lab64.576829.4219-0.7996

#ce899f color RGB value is (206,137,159).

#ce899f hex color red value is 206, green value is 137 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ce899f hue: 0.95 , saturation: 0.41 and the lightness value of ce899f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001001 10011111
Octal 316 211 237
Decimal 206 137 159
Hex CE 89 9F

RGB Percentages of Color #ce899f

%41.04
%27.29
%31.67

CMYK Percentages of Color #ce899f

%0
%33
%23
%19

Triadic Colors of #ce899f

#ce899f #9fce89 #899fce

Analogous Colors of #ce899f

#ce899f #ce9689 #ce89c2

Monochromatic Colors of #ce899f

#ce899f

Complementary Color

#ce899f #89ceb8

#ce899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce899f Color CSS Codes

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

#ce899f Text Font Color

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

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


#ce899f Background Color

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

This div background color is #ce899f


#ce899f Border Color

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

This div border color is #ce899f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce899f


Comments

No comments written yet.

Please login to write comment.