Color Hex Logo

#bfb3ef Color Hex

#BFB3EF
(191,179,239)
0 Favorites   0 Comments

Color spaces of #bfb3ef

RGB 191179239
HSL0.700.650.82
HSV252°25°94°
CMYK 0.200.250.00   0.06
XYZ53.185949.548688.4220
Yxy49.54860.27820.2592
Hunter Lab70.390811.6873-25.2041
CIE-Lab75.791416.3718-28.3326

#bfb3ef color RGB value is (191,179,239).

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

The process color (four color CMYK) of #bfb3ef color hex is 0.20, 0.25, 0.00, 0.06. Web safe color of #bfb3ef is #ccccff. Color #bfb3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 11101111
Octal 277 263 357
Decimal 191 179 239
Hex BF B3 EF

RGB Percentages of Color #bfb3ef

%31.36
%29.39
%39.24

CMYK Percentages of Color #bfb3ef

%20
%25
%0
%6

Triadic Colors of #bfb3ef

#bfb3ef #efbfb3 #b3efbf

Analogous Colors of #bfb3ef

#bfb3ef #ddb3ef #b3c5ef

Monochromatic Colors of #bfb3ef

#bfb3ef

Complementary Color

#bfb3ef #e3efb3

#bfb3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb3ef Color CSS Codes

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

#bfb3ef Text Font Color

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

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


#bfb3ef Background Color

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

This div background color is #bfb3ef


#bfb3ef Border Color

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

This div border color is #bfb3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb3ef


Comments

No comments written yet.

Please login to write comment.