Color Hex Logo

#bfb3ec Color Hex

#BFB3EC
(191,179,236)
0 Favorites   0 Comments

Color spaces of #bfb3ec

RGB 191179236
HSL0.700.600.81
HSV253°24°93°
CMYK 0.190.240.00   0.07
XYZ52.746349.372786.1067
Yxy49.37270.28020.2623
Hunter Lab70.265711.0294-23.4706
CIE-Lab75.682615.7022-26.8771

#bfb3ec color RGB value is (191,179,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 11101100
Octal 277 263 354
Decimal 191 179 236
Hex BF B3 EC

RGB Percentages of Color #bfb3ec

%31.52
%29.54
%38.94

CMYK Percentages of Color #bfb3ec

%19
%24
%0
%7

Triadic Colors of #bfb3ec

#bfb3ec #ecbfb3 #b3ecbf

Analogous Colors of #bfb3ec

#bfb3ec #dcb3ec #b3c4ec

Monochromatic Colors of #bfb3ec

#bfb3ec

Complementary Color

#bfb3ec #e0ecb3

#bfb3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb3ec Color CSS Codes

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

#bfb3ec Text Font Color

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

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


#bfb3ec Background Color

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

This div background color is #bfb3ec


#bfb3ec Border Color

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

This div border color is #bfb3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb3ec


Comments

No comments written yet.

Please login to write comment.