Color Hex Logo

#b689fb Color Hex

#B689FB
(182,137,251)
0 Favorites   0 Comments

Color spaces of #b689fb

RGB 182137251
HSL0.730.930.76
HSV264°45°98°
CMYK 0.270.450.00   0.02
XYZ45.649734.801495.5781
Yxy34.80140.25930.1977
Hunter Lab58.992734.8895-54.7649
CIE-Lab65.593839.8672-50.8185

#b689fb color RGB value is (182,137,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001001 11111011
Octal 266 211 373
Decimal 182 137 251
Hex B6 89 FB

RGB Percentages of Color #b689fb

%31.93
%24.04
%44.04

CMYK Percentages of Color #b689fb

%27
%45
%0
%2

Triadic Colors of #b689fb

#b689fb #fbb689 #89fbb6

Analogous Colors of #b689fb

#b689fb #ef89fb #8995fb

Monochromatic Colors of #b689fb

#b689fb

Complementary Color

#b689fb #cefb89

#b689fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b689fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b689fb Color CSS Codes

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

#b689fb Text Font Color

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

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


#b689fb Background Color

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

This div background color is #b689fb


#b689fb Border Color

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

This div border color is #b689fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b689fb


Comments

No comments written yet.

Please login to write comment.