Color Hex Logo

#ceb3ef Color Hex

#CEB3EF
(206,179,239)
0 Favorites   0 Comments

Color spaces of #ceb3ef

RGB 206179239
HSL0.740.650.82
HSV267°25°94°
CMYK 0.140.250.00   0.06
XYZ57.153751.594088.6077
Yxy51.59400.28960.2614
Hunter Lab71.829016.3303-22.8594
CIE-Lab77.037421.0020-26.3148

#ceb3ef color RGB value is (206,179,239).

#ceb3ef hex color red value is 206, green value is 179 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ceb3ef hue: 0.74 , saturation: 0.65 and the lightness value of ceb3ef is 0.82.

The process color (four color CMYK) of #ceb3ef color hex is 0.14, 0.25, 0.00, 0.06. Web safe color of #ceb3ef is #ccccff. Color #ceb3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 11101111
Octal 316 263 357
Decimal 206 179 239
Hex CE B3 EF

RGB Percentages of Color #ceb3ef

%33.01
%28.69
%38.30

CMYK Percentages of Color #ceb3ef

%14
%25
%0
%6

Triadic Colors of #ceb3ef

#ceb3ef #efceb3 #b3efce

Analogous Colors of #ceb3ef

#ceb3ef #ecb3ef #b3b6ef

Monochromatic Colors of #ceb3ef

#ceb3ef

Complementary Color

#ceb3ef #d4efb3

#ceb3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb3ef Color CSS Codes

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

#ceb3ef Text Font Color

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

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


#ceb3ef Background Color

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

This div background color is #ceb3ef


#ceb3ef Border Color

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

This div border color is #ceb3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb3ef


Comments

No comments written yet.

Please login to write comment.