Color Hex Logo

#bfb2eb Color Hex

#BFB2EB
(191,178,235)
0 Favorites   0 Comments

Color spaces of #bfb2eb

RGB 191178235
HSL0.700.590.81
HSV254°24°92°
CMYK 0.190.240.00   0.08
XYZ52.401648.915385.2770
Yxy48.91530.28080.2621
Hunter Lab69.939511.3456-23.3345
CIE-Lab75.398616.0294-26.7708

#bfb2eb color RGB value is (191,178,235).

#bfb2eb hex color red value is 191, green value is 178 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bfb2eb hue: 0.70 , saturation: 0.59 and the lightness value of bfb2eb is 0.81.

The process color (four color CMYK) of #bfb2eb color hex is 0.19, 0.24, 0.00, 0.08. Web safe color of #bfb2eb is #cc99ff. Color #bfb2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 11101011
Octal 277 262 353
Decimal 191 178 235
Hex BF B2 EB

RGB Percentages of Color #bfb2eb

%31.62
%29.47
%38.91

CMYK Percentages of Color #bfb2eb

%19
%24
%0
%8

Triadic Colors of #bfb2eb

#bfb2eb #ebbfb2 #b2ebbf

Analogous Colors of #bfb2eb

#bfb2eb #dcb2eb #b2c2eb

Monochromatic Colors of #bfb2eb

#bfb2eb

Complementary Color

#bfb2eb #deebb2

#bfb2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb2eb Color CSS Codes

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

#bfb2eb Text Font Color

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

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


#bfb2eb Background Color

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

This div background color is #bfb2eb


#bfb2eb Border Color

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

This div border color is #bfb2eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,178,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 #bfb2eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb2eb


Comments

No comments written yet.

Please login to write comment.