Color Hex Logo

#ce99be Color Hex

#CE99BE
(206,153,190)
0 Favorites   0 Comments

Color spaces of #ce99be

RGB 206153190
HSL0.880.350.70
HSV318°26°81°
CMYK 0.000.260.08   0.19
XYZ46.139139.622053.9312
Yxy39.62200.33030.2836
Hunter Lab62.946020.6841-6.7366
CIE-Lab69.199425.7197-11.3470

#ce99be color RGB value is (206,153,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 10111110
Octal 316 231 276
Decimal 206 153 190
Hex CE 99 BE

RGB Percentages of Color #ce99be

%37.52
%27.87
%34.61

CMYK Percentages of Color #ce99be

%0
%26
%8
%19

Triadic Colors of #ce99be

#ce99be #bece99 #99bece

Analogous Colors of #ce99be

#ce99be #ce99a4 #c499ce

Monochromatic Colors of #ce99be

#ce99be

Complementary Color

#ce99be #99cea9

#ce99be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce99be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce99be Color CSS Codes

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

#ce99be Text Font Color

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

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


#ce99be Background Color

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

This div background color is #ce99be


#ce99be Border Color

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

This div border color is #ce99be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce99be


Comments

No comments written yet.

Please login to write comment.