Color Hex Logo

#ceb5fd Color Hex

#CEB5FD
(206,181,253)
0 Favorites   0 Comments

Color spaces of #ceb5fd

RGB 206181253
HSL0.720.950.85
HSV261°28°99°
CMYK 0.190.280.00   0.01
XYZ59.707153.2614100.0621
Yxy53.26140.28030.2500
Hunter Lab72.980418.3196-30.2051
CIE-Lab78.029122.9212-32.3273

#ceb5fd color RGB value is (206,181,253).

#ceb5fd hex color red value is 206, green value is 181 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ceb5fd hue: 0.72 , saturation: 0.95 and the lightness value of ceb5fd is 0.85.

The process color (four color CMYK) of #ceb5fd color hex is 0.19, 0.28, 0.00, 0.01. Web safe color of #ceb5fd is #ccccff. Color #ceb5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 11111101
Octal 316 265 375
Decimal 206 181 253
Hex CE B5 FD

RGB Percentages of Color #ceb5fd

%32.19
%28.28
%39.53

CMYK Percentages of Color #ceb5fd

%19
%28
%0
%1

Triadic Colors of #ceb5fd

#ceb5fd #fdceb5 #b5fdce

Analogous Colors of #ceb5fd

#ceb5fd #f2b5fd #b5c0fd

Monochromatic Colors of #ceb5fd

#ceb5fd

Complementary Color

#ceb5fd #e4fdb5

#ceb5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb5fd Color CSS Codes

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

#ceb5fd Text Font Color

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

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


#ceb5fd Background Color

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

This div background color is #ceb5fd


#ceb5fd Border Color

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

This div border color is #ceb5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb5fd


Comments

No comments written yet.

Please login to write comment.