Color Hex Logo

#ce889d Color Hex

#CE889D
(206,136,157)
0 Favorites   0 Comments

Color spaces of #ce889d

RGB 206136157
HSL0.950.420.67
HSV342°34°81°
CMYK 0.000.340.24   0.19
XYZ40.343633.164536.1733
Yxy33.16450.36780.3024
Hunter Lab57.588624.26773.0701
CIE-Lab64.293929.6699-0.0802

#ce889d color RGB value is (206,136,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001000 10011101
Octal 316 210 235
Decimal 206 136 157
Hex CE 88 9D

RGB Percentages of Color #ce889d

%41.28
%27.25
%31.46

CMYK Percentages of Color #ce889d

%0
%34
%24
%19

Triadic Colors of #ce889d

#ce889d #9dce88 #889dce

Analogous Colors of #ce889d

#ce889d #ce9688 #ce88c0

Monochromatic Colors of #ce889d

#ce889d

Complementary Color

#ce889d #88ceb9

#ce889d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce889d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce889d Color CSS Codes

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

#ce889d Text Font Color

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

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


#ce889d Background Color

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

This div background color is #ce889d


#ce889d Border Color

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

This div border color is #ce889d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce889d


Comments

No comments written yet.

Please login to write comment.