Color Hex Logo

#ce989d Color Hex

#CE989D
(206,152,157)
0 Favorites   0 Comments

Color spaces of #ce989d

RGB 206152157
HSL0.980.360.70
HSV354°26°81°
CMYK 0.000.260.24   0.19
XYZ42.767638.012636.9814
Yxy38.01260.36320.3228
Hunter Lab61.654415.92447.5948
CIE-Lab68.029920.94635.3373

#ce989d color RGB value is (206,152,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011000 10011101
Octal 316 230 235
Decimal 206 152 157
Hex CE 98 9D

RGB Percentages of Color #ce989d

%40.00
%29.51
%30.49

CMYK Percentages of Color #ce989d

%0
%26
%24
%19

Triadic Colors of #ce989d

#ce989d #9dce98 #989dce

Analogous Colors of #ce989d

#ce989d #ceae98 #ce98b8

Monochromatic Colors of #ce989d

#ce989d

Complementary Color

#ce989d #98cec9

#ce989d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce989d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce989d Color CSS Codes

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

#ce989d Text Font Color

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

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


#ce989d Background Color

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

This div background color is #ce989d


#ce989d Border Color

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

This div border color is #ce989d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce989d


Comments

No comments written yet.

Please login to write comment.