Color Hex Logo

#ce96be Color Hex

#CE96BE
(206,150,190)
0 Favorites   0 Comments

Color spaces of #ce96be

RGB 206150190
HSL0.880.360.70
HSV317°27°81°
CMYK 0.000.270.08   0.19
XYZ45.654238.652253.7696
Yxy38.65220.33060.2799
Hunter Lab62.170922.2796-7.7584
CIE-Lab68.498627.3592-12.3972

#ce96be color RGB value is (206,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010110 10111110
Octal 316 226 276
Decimal 206 150 190
Hex CE 96 BE

RGB Percentages of Color #ce96be

%37.73
%27.47
%34.80

CMYK Percentages of Color #ce96be

%0
%27
%8
%19

Triadic Colors of #ce96be

#ce96be #bece96 #96bece

Analogous Colors of #ce96be

#ce96be #ce96a2 #c296ce

Monochromatic Colors of #ce96be

#ce96be

Complementary Color

#ce96be #96cea6

#ce96be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce96be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce96be Color CSS Codes

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

#ce96be Text Font Color

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

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


#ce96be Background Color

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

This div background color is #ce96be


#ce96be Border Color

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

This div border color is #ce96be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce96be


Comments

No comments written yet.

Please login to write comment.