Color Hex Logo

#ce97bc Color Hex

#CE97BC
(206,151,188)
0 Favorites   0 Comments

Color spaces of #ce97bc

RGB 206151188
HSL0.890.360.70
HSV320°27°81°
CMYK 0.000.270.09   0.19
XYZ45.597338.885952.6794
Yxy38.88590.33240.2835
Hunter Lab62.358621.3938-6.4361
CIE-Lab68.668526.4639-11.0284

#ce97bc color RGB value is (206,151,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 10111100
Octal 316 227 274
Decimal 206 151 188
Hex CE 97 BC

RGB Percentages of Color #ce97bc

%37.80
%27.71
%34.50

CMYK Percentages of Color #ce97bc

%0
%27
%9
%19

Triadic Colors of #ce97bc

#ce97bc #bcce97 #97bcce

Analogous Colors of #ce97bc

#ce97bc #ce97a1 #c597ce

Monochromatic Colors of #ce97bc

#ce97bc

Complementary Color

#ce97bc #97cea9

#ce97bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce97bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce97bc Color CSS Codes

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

#ce97bc Text Font Color

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

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


#ce97bc Background Color

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

This div background color is #ce97bc


#ce97bc Border Color

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

This div border color is #ce97bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce97bc


Comments

No comments written yet.

Please login to write comment.