Color Hex Logo

#bfb4eb Color Hex

#BFB4EB
(191,180,235)
0 Favorites   0 Comments

Color spaces of #bfb4eb

RGB 191180235
HSL0.700.580.81
HSV252°23°92°
CMYK 0.190.230.00   0.08
XYZ52.802549.717085.4106
Yxy49.71700.28100.2646
Hunter Lab70.510310.2789-22.4620
CIE-Lab75.895214.9316-26.0108

#bfb4eb color RGB value is (191,180,235).

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

The process color (four color CMYK) of #bfb4eb color hex is 0.19, 0.23, 0.00, 0.08. Web safe color of #bfb4eb is #ccccff. Color #bfb4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 11101011
Octal 277 264 353
Decimal 191 180 235
Hex BF B4 EB

RGB Percentages of Color #bfb4eb

%31.52
%29.70
%38.78

CMYK Percentages of Color #bfb4eb

%19
%23
%0
%8

Triadic Colors of #bfb4eb

#bfb4eb #ebbfb4 #b4ebbf

Analogous Colors of #bfb4eb

#bfb4eb #dbb4eb #b4c5eb

Monochromatic Colors of #bfb4eb

#bfb4eb

Complementary Color

#bfb4eb #e0ebb4

#bfb4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb4eb Color CSS Codes

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

#bfb4eb Text Font Color

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

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


#bfb4eb Background Color

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

This div background color is #bfb4eb


#bfb4eb Border Color

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

This div border color is #bfb4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb4eb


Comments

No comments written yet.

Please login to write comment.