Color Hex Logo

#bd7bfb Color Hex

#BD7BFB
(189,123,251)
0 Favorites   0 Comments

Color spaces of #bd7bfb

RGB 189123251
HSL0.750.940.73
HSV271°51°98°
CMYK 0.250.510.00   0.02
XYZ45.481831.949895.0366
Yxy31.94980.26370.1853
Hunter Lab56.524244.7116-60.1200
CIE-Lab63.301449.2675-54.4085

#bd7bfb color RGB value is (189,123,251).

#bd7bfb hex color red value is 189, green value is 123 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bd7bfb hue: 0.75 , saturation: 0.94 and the lightness value of bd7bfb is 0.73.

The process color (four color CMYK) of #bd7bfb color hex is 0.25, 0.51, 0.00, 0.02. Web safe color of #bd7bfb is #cc66ff. Color #bd7bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111011 11111011
Octal 275 173 373
Decimal 189 123 251
Hex BD 7B FB

RGB Percentages of Color #bd7bfb

%33.57
%21.85
%44.58

CMYK Percentages of Color #bd7bfb

%25
%51
%0
%2

Triadic Colors of #bd7bfb

#bd7bfb #fbbd7b #7bfbbd

Analogous Colors of #bd7bfb

#bd7bfb #fb7bf9 #7d7bfb

Monochromatic Colors of #bd7bfb

#bd7bfb

Complementary Color

#bd7bfb #b9fb7b

#bd7bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7bfb Color CSS Codes

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

#bd7bfb Text Font Color

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

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


#bd7bfb Background Color

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

This div background color is #bd7bfb


#bd7bfb Border Color

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

This div border color is #bd7bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,123,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd7bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd7bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #bd7bfb;
  box-shadow:         1px 1px 3px 2px #bd7bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,123,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7bfb


Comments

No comments written yet.

Please login to write comment.