Color Hex Logo

#b78bfb Color Hex

#B78BFB
(183,139,251)
0 Favorites   0 Comments

Color spaces of #b78bfb

RGB 183139251
HSL0.730.930.76
HSV264°45°98°
CMYK 0.270.450.00   0.02
XYZ46.173635.497695.6849
Yxy35.49760.26030.2001
Hunter Lab59.579934.0704-53.5135
CIE-Lab66.134339.0297-49.9579

#b78bfb color RGB value is (183,139,251).

#b78bfb hex color red value is 183, green value is 139 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b78bfb hue: 0.73 , saturation: 0.93 and the lightness value of b78bfb is 0.76.

The process color (four color CMYK) of #b78bfb color hex is 0.27, 0.45, 0.00, 0.02. Web safe color of #b78bfb is #cc99ff. Color #b78bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001011 11111011
Octal 267 213 373
Decimal 183 139 251
Hex B7 8B FB

RGB Percentages of Color #b78bfb

%31.94
%24.26
%43.80

CMYK Percentages of Color #b78bfb

%27
%45
%0
%2

Triadic Colors of #b78bfb

#b78bfb #fbb78b #8bfbb7

Analogous Colors of #b78bfb

#b78bfb #ef8bfb #8b97fb

Monochromatic Colors of #b78bfb

#b78bfb

Complementary Color

#b78bfb #cffb8b

#b78bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78bfb Color CSS Codes

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

#b78bfb Text Font Color

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

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


#b78bfb Background Color

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

This div background color is #b78bfb


#b78bfb Border Color

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

This div border color is #b78bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,139,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 #b78bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78bfb


Comments

No comments written yet.

Please login to write comment.