Color Hex Logo

#b388fb Color Hex

#B388FB
(179,136,251)
0 Favorites   0 Comments

Color spaces of #b388fb

RGB 179136251
HSL0.730.930.76
HSV262°46°98°
CMYK 0.290.460.00   0.02
XYZ44.807234.157195.4982
Yxy34.15710.25680.1958
Hunter Lab58.444134.5731-55.9696
CIE-Lab65.087139.6273-51.6387

#b388fb color RGB value is (179,136,251).

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

The process color (four color CMYK) of #b388fb color hex is 0.29, 0.46, 0.00, 0.02. Web safe color of #b388fb is #cc99ff. Color #b388fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 11111011
Octal 263 210 373
Decimal 179 136 251
Hex B3 88 FB

RGB Percentages of Color #b388fb

%31.63
%24.03
%44.35

CMYK Percentages of Color #b388fb

%29
%46
%0
%2

Triadic Colors of #b388fb

#b388fb #fbb388 #88fbb3

Analogous Colors of #b388fb

#b388fb #ed88fb #8897fb

Monochromatic Colors of #b388fb

#b388fb

Complementary Color

#b388fb #d0fb88

#b388fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b388fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b388fb Color CSS Codes

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

#b388fb Text Font Color

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

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


#b388fb Background Color

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

This div background color is #b388fb


#b388fb Border Color

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

This div border color is #b388fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b388fb


Comments

No comments written yet.

Please login to write comment.