Color Hex Logo

#ce9fbf Color Hex

#CE9FBF
(206,159,191)
0 Favorites   0 Comments

Color spaces of #ce9fbf

RGB 206159191
HSL0.890.320.72
HSV319°23°81°
CMYK 0.000.230.07   0.19
XYZ47.255741.679754.8446
Yxy41.67970.32870.2899
Hunter Lab64.559817.6766-5.1759
CIE-Lab70.649522.6141-9.7352

#ce9fbf color RGB value is (206,159,191).

#ce9fbf hex color red value is 206, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce9fbf hue: 0.89 , saturation: 0.32 and the lightness value of ce9fbf is 0.72.

The process color (four color CMYK) of #ce9fbf color hex is 0.00, 0.23, 0.07, 0.19. Web safe color of #ce9fbf is #cc99cc. Color #ce9fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011111 10111111
Octal 316 237 277
Decimal 206 159 191
Hex CE 9F BF

RGB Percentages of Color #ce9fbf

%37.05
%28.60
%34.35

CMYK Percentages of Color #ce9fbf

%0
%23
%7
%19

Triadic Colors of #ce9fbf

#ce9fbf #bfce9f #9fbfce

Analogous Colors of #ce9fbf

#ce9fbf #ce9fa8 #c69fce

Monochromatic Colors of #ce9fbf

#ce9fbf

Complementary Color

#ce9fbf #9fceae

#ce9fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9fbf Color CSS Codes

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

#ce9fbf Text Font Color

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

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


#ce9fbf Background Color

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

This div background color is #ce9fbf


#ce9fbf Border Color

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

This div border color is #ce9fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9fbf


Comments

No comments written yet.

Please login to write comment.