Color Hex Logo

#ceb3eb Color Hex

#CEB3EB
(206,179,235)
0 Favorites   0 Comments

Color spaces of #ceb3eb

RGB 206179235
HSL0.750.580.81
HSV269°24°92°
CMYK 0.120.240.00   0.08
XYZ56.569151.360285.5293
Yxy51.36020.29240.2655
Hunter Lab71.666015.4822-20.5930
CIE-Lab76.896720.1649-24.3695

#ceb3eb color RGB value is (206,179,235).

#ceb3eb hex color red value is 206, green value is 179 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ceb3eb hue: 0.75 , saturation: 0.58 and the lightness value of ceb3eb is 0.81.

The process color (four color CMYK) of #ceb3eb color hex is 0.12, 0.24, 0.00, 0.08. Web safe color of #ceb3eb is #ccccff. Color #ceb3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 11101011
Octal 316 263 353
Decimal 206 179 235
Hex CE B3 EB

RGB Percentages of Color #ceb3eb

%33.23
%28.87
%37.90

CMYK Percentages of Color #ceb3eb

%12
%24
%0
%8

Triadic Colors of #ceb3eb

#ceb3eb #ebceb3 #b3ebce

Analogous Colors of #ceb3eb

#ceb3eb #eab3eb #b3b4eb

Monochromatic Colors of #ceb3eb

#ceb3eb

Complementary Color

#ceb3eb #d0ebb3

#ceb3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb3eb Color CSS Codes

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

#ceb3eb Text Font Color

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

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


#ceb3eb Background Color

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

This div background color is #ceb3eb


#ceb3eb Border Color

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

This div border color is #ceb3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb3eb


Comments

No comments written yet.

Please login to write comment.