Color Hex Logo

#bfb4fd Color Hex

#BFB4FD
(191,180,253)
0 Favorites   0 Comments

Color spaces of #bfb4fd

RGB 191180253
HSL0.690.950.85
HSV249°29°99°
CMYK 0.250.290.00   0.01
XYZ55.536750.810799.8089
Yxy50.81070.26940.2465
Hunter Lab71.281614.3295-33.1210
CIE-Lab76.564219.0237-34.6888

#bfb4fd color RGB value is (191,180,253).

#bfb4fd hex color red value is 191, green value is 180 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bfb4fd hue: 0.69 , saturation: 0.95 and the lightness value of bfb4fd is 0.85.

The process color (four color CMYK) of #bfb4fd color hex is 0.25, 0.29, 0.00, 0.01. Web safe color of #bfb4fd is #ccccff. Color #bfb4fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 11111101
Octal 277 264 375
Decimal 191 180 253
Hex BF B4 FD

RGB Percentages of Color #bfb4fd

%30.61
%28.85
%40.54

CMYK Percentages of Color #bfb4fd

%25
%29
%0
%1

Triadic Colors of #bfb4fd

#bfb4fd #fdbfb4 #b4fdbf

Analogous Colors of #bfb4fd

#bfb4fd #e4b4fd #b4cefd

Monochromatic Colors of #bfb4fd

#bfb4fd

Complementary Color

#bfb4fd #f2fdb4

#bfb4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb4fd Color CSS Codes

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

#bfb4fd Text Font Color

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

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


#bfb4fd Background Color

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

This div background color is #bfb4fd


#bfb4fd Border Color

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

This div border color is #bfb4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb4fd


Comments

No comments written yet.

Please login to write comment.