Color Hex Logo

#ce9bce Color Hex

#CE9BCE
(206,155,206)
0 Favorites   0 Comments

Color spaces of #ce9bce

RGB 206155206
HSL0.830.340.71
HSV300°25°81°
CMYK 0.000.250.00   0.19
XYZ48.315541.020763.7638
Yxy41.02070.31560.2679
Hunter Lab64.047422.5723-14.1943
CIE-Lab70.190427.5322-18.7236

#ce9bce color RGB value is (206,155,206).

#ce9bce hex color red value is 206, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce9bce hue: 0.83 , saturation: 0.34 and the lightness value of ce9bce is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011011 11001110
Octal 316 233 316
Decimal 206 155 206
Hex CE 9B CE

RGB Percentages of Color #ce9bce

%36.33
%27.34
%36.33

CMYK Percentages of Color #ce9bce

%0
%25
%0
%19

Triadic Colors of #ce9bce

#ce9bce #cece9b #9bcece

Analogous Colors of #ce9bce

#ce9bce #ce9bb5 #b59bce

Monochromatic Colors of #ce9bce

#ce9bce

Complementary Color

#ce9bce #9bce9b

#ce9bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9bce Color CSS Codes

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

#ce9bce Text Font Color

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

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


#ce9bce Background Color

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

This div background color is #ce9bce


#ce9bce Border Color

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

This div border color is #ce9bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9bce


Comments

No comments written yet.

Please login to write comment.