Color Hex Logo

#ce9ebf Color Hex

#CE9EBF
(206,158,191)
0 Favorites   0 Comments

Color spaces of #ce9ebf

RGB 206158191
HSL0.890.330.71
HSV319°23°81°
CMYK 0.000.230.07   0.19
XYZ47.084441.337154.7875
Yxy41.33710.32880.2886
Hunter Lab64.293918.2066-5.5177
CIE-Lab70.411523.1611-10.0904

#ce9ebf color RGB value is (206,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011110 10111111
Octal 316 236 277
Decimal 206 158 191
Hex CE 9E BF

RGB Percentages of Color #ce9ebf

%37.12
%28.47
%34.41

CMYK Percentages of Color #ce9ebf

%0
%23
%7
%19

Triadic Colors of #ce9ebf

#ce9ebf #bfce9e #9ebfce

Analogous Colors of #ce9ebf

#ce9ebf #ce9ea7 #c59ece

Monochromatic Colors of #ce9ebf

#ce9ebf

Complementary Color

#ce9ebf #9ecead

#ce9ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9ebf Color CSS Codes

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

#ce9ebf Text Font Color

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

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


#ce9ebf Background Color

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

This div background color is #ce9ebf


#ce9ebf Border Color

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

This div border color is #ce9ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9ebf


Comments

No comments written yet.

Please login to write comment.