Color Hex Logo

#ce89ad Color Hex

#CE89AD
(206,137,173)
0 Favorites   0 Comments

Color spaces of #ce89ad

RGB 206137173
HSL0.910.410.67
HSV329°33°81°
CMYK 0.000.330.16   0.19
XYZ41.942134.030343.8931
Yxy34.03030.34990.2839
Hunter Lab58.335526.2510-3.7764
CIE-Lab64.986631.5827-8.1115

#ce89ad color RGB value is (206,137,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001001 10101101
Octal 316 211 255
Decimal 206 137 173
Hex CE 89 AD

RGB Percentages of Color #ce89ad

%39.92
%26.55
%33.53

CMYK Percentages of Color #ce89ad

%0
%33
%16
%19

Triadic Colors of #ce89ad

#ce89ad #adce89 #89adce

Analogous Colors of #ce89ad

#ce89ad #ce898b #cd89ce

Monochromatic Colors of #ce89ad

#ce89ad

Complementary Color

#ce89ad #89ceaa

#ce89ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce89ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce89ad Color CSS Codes

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

#ce89ad Text Font Color

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

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


#ce89ad Background Color

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

This div background color is #ce89ad


#ce89ad Border Color

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

This div border color is #ce89ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce89ad


Comments

No comments written yet.

Please login to write comment.