Color Hex Logo

#b388fa Color Hex

#B388FA
(179,136,250)
0 Favorites   0 Comments

Color spaces of #b388fa

RGB 179136250
HSL0.730.920.76
HSV263°46°98°
CMYK 0.280.460.00   0.02
XYZ44.649934.094294.6700
Yxy34.09420.25750.1966
Hunter Lab58.390234.3126-55.2556
CIE-Lab65.037339.3860-51.1695

#b388fa color RGB value is (179,136,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 11111010
Octal 263 210 372
Decimal 179 136 250
Hex B3 88 FA

RGB Percentages of Color #b388fa

%31.68
%24.07
%44.25

CMYK Percentages of Color #b388fa

%28
%46
%0
%2

Triadic Colors of #b388fa

#b388fa #fab388 #88fab3

Analogous Colors of #b388fa

#b388fa #ec88fa #8896fa

Monochromatic Colors of #b388fa

#b388fa

Complementary Color

#b388fa #cffa88

#b388fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b388fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b388fa Color CSS Codes

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

#b388fa Text Font Color

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

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


#b388fa Background Color

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

This div background color is #b388fa


#b388fa Border Color

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

This div border color is #b388fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,136,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b388fa


Comments

No comments written yet.

Please login to write comment.