Color Hex Logo

#cfbefb Color Hex

#CFBEFB
(207,190,251)
0 Favorites   0 Comments

Color spaces of #cfbefb

RGB 207190251
HSL0.710.880.86
HSV257°24°98°
CMYK 0.180.240.00   0.02
XYZ61.558257.057399.0355
Yxy57.05730.28280.2622
Hunter Lab75.536313.2799-24.8596
CIE-Lab80.211817.8932-27.8967

#cfbefb color RGB value is (207,190,251).

#cfbefb hex color red value is 207, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cfbefb hue: 0.71 , saturation: 0.88 and the lightness value of cfbefb is 0.86.

The process color (four color CMYK) of #cfbefb color hex is 0.18, 0.24, 0.00, 0.02. Web safe color of #cfbefb is #ccccff. Color #cfbefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11111011
Octal 317 276 373
Decimal 207 190 251
Hex CF BE FB

RGB Percentages of Color #cfbefb

%31.94
%29.32
%38.73

CMYK Percentages of Color #cfbefb

%18
%24
%0
%2

Triadic Colors of #cfbefb

#cfbefb #fbcfbe #befbcf

Analogous Colors of #cfbefb

#cfbefb #eebefb #beccfb

Monochromatic Colors of #cfbefb

#cfbefb

Complementary Color

#cfbefb #eafbbe

#cfbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbefb Color CSS Codes

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

#cfbefb Text Font Color

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

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


#cfbefb Background Color

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

This div background color is #cfbefb


#cfbefb Border Color

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

This div border color is #cfbefb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,190,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfbefb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfbefb;
  -webkit-box-shadow: 1px 1px 3px 2px #cfbefb;
  box-shadow:         1px 1px 3px 2px #cfbefb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbefb

Related Colors


Comments

No comments written yet.

Please login to write comment.