Color Hex Logo

#bfb4ed Color Hex

#BFB4ED
(191,180,237)
0 Favorites   0 Comments

Color spaces of #bfb4ed

RGB 191180237
HSL0.700.610.82
HSV252°24°93°
CMYK 0.190.240.00   0.07
XYZ53.093249.833386.9412
Yxy49.83330.27960.2625
Hunter Lab70.592710.7137-23.6060
CIE-Lab75.966815.3759-26.9826

#bfb4ed color RGB value is (191,180,237).

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

The process color (four color CMYK) of #bfb4ed color hex is 0.19, 0.24, 0.00, 0.07. Web safe color of #bfb4ed is #ccccff. Color #bfb4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 11101101
Octal 277 264 355
Decimal 191 180 237
Hex BF B4 ED

RGB Percentages of Color #bfb4ed

%31.41
%29.61
%38.98

CMYK Percentages of Color #bfb4ed

%19
%24
%0
%7

Triadic Colors of #bfb4ed

#bfb4ed #edbfb4 #b4edbf

Analogous Colors of #bfb4ed

#bfb4ed #dcb4ed #b4c6ed

Monochromatic Colors of #bfb4ed

#bfb4ed

Complementary Color

#bfb4ed #e2edb4

#bfb4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb4ed Color CSS Codes

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

#bfb4ed Text Font Color

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

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


#bfb4ed Background Color

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

This div background color is #bfb4ed


#bfb4ed Border Color

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

This div border color is #bfb4ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,180,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb4ed


Comments

No comments written yet.

Please login to write comment.