color codes Logo

#ceb3fe color codes

#CEB3FE
(206,179,254)
0 Favorites   0 Comments

Color spaces of #ceb3fe

RGB 206179254
HSL0.730.970.85
HSV262°30°100°
CMYK 0.190.300.00   0.00
XYZ59.463152.5178100.7688
Yxy52.51780.27950.2469
Hunter Lab72.469219.6435-31.7147
CIE-Lab77.589424.2321-33.5420

#ceb3fe color RGB value is (206,179,254).

#ceb3fe hex color red value is 206, green value is 179 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ceb3fe hue: 0.73 , saturation: 0.97 and the lightness value of ceb3fe is 0.85.

The process color (four color CMYK) of #ceb3fe color code is 0.19, 0.30, 0.00, 0.00. Web safe color of #ceb3fe is #ccccff. Color #ceb3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 11111110
Octal 316 263 376
Decimal 206 179 254
Hex CE B3 FE

RGB Percentages of Color #ceb3fe

%32.24
%28.01
%39.75

CMYK Percentages of Color #ceb3fe

%19
%30
%0
%0

Triadic Colors of #ceb3fe

#ceb3fe #feceb3 #b3fece

Analogous Colors of #ceb3fe

#ceb3fe #f4b3fe #b3befe

Monochromatic Colors of #ceb3fe

#ceb3fe

Complementary Color

#ceb3fe #e3feb3

#ceb3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb3fe Color CSS Codes

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

#ceb3fe Text Font Color

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

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


#ceb3fe Background Color

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

This div background color is #ceb3fe


#ceb3fe Border Color

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

This div border color is #ceb3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb3fe


Comments

No comments written yet.

Please login to write comment.