Color Hex Logo

#ce99bd Color Hex

#CE99BD
(206,153,189)
0 Favorites   0 Comments

Color spaces of #ce99bd

RGB 206153189
HSL0.890.350.70
HSV319°26°81°
CMYK 0.000.260.08   0.19
XYZ46.030139.578453.3575
Yxy39.57840.33120.2848
Hunter Lab62.911420.5075-6.2481
CIE-Lab69.168225.5448-10.8378

#ce99bd color RGB value is (206,153,189).

#ce99bd hex color red value is 206, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce99bd hue: 0.89 , saturation: 0.35 and the lightness value of ce99bd is 0.70.

The process color (four color CMYK) of #ce99bd color hex is 0.00, 0.26, 0.08, 0.19. Web safe color of #ce99bd is #cc99cc. Color #ce99bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 10111101
Octal 316 231 275
Decimal 206 153 189
Hex CE 99 BD

RGB Percentages of Color #ce99bd

%37.59
%27.92
%34.49

CMYK Percentages of Color #ce99bd

%0
%26
%8
%19

Triadic Colors of #ce99bd

#ce99bd #bdce99 #99bdce

Analogous Colors of #ce99bd

#ce99bd #ce99a3 #c599ce

Monochromatic Colors of #ce99bd

#ce99bd

Complementary Color

#ce99bd #99ceaa

#ce99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce99bd Color CSS Codes

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

#ce99bd Text Font Color

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

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


#ce99bd Background Color

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

This div background color is #ce99bd


#ce99bd Border Color

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

This div border color is #ce99bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce99bd


Comments

No comments written yet.

Please login to write comment.