Color Hex Logo

#b388fe Color Hex

#B388FE
(179,136,254)
0 Favorites   0 Comments

Color spaces of #b388fe

RGB 179136254
HSL0.730.980.76
HSV262°46°100°
CMYK 0.300.460.00   0.00
XYZ45.284034.347898.0090
Yxy34.34780.25490.1934
Hunter Lab58.607035.3598-58.1263
CIE-Lab65.237740.3535-53.0423

#b388fe color RGB value is (179,136,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 11111110
Octal 263 210 376
Decimal 179 136 254
Hex B3 88 FE

RGB Percentages of Color #b388fe

%31.46
%23.90
%44.64

CMYK Percentages of Color #b388fe

%30
%46
%0
%0

Triadic Colors of #b388fe

#b388fe #feb388 #88feb3

Analogous Colors of #b388fe

#b388fe #ee88fe #8898fe

Monochromatic Colors of #b388fe

#b388fe

Complementary Color

#b388fe #d3fe88

#b388fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b388fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b388fe Color CSS Codes

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

#b388fe Text Font Color

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

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


#b388fe Background Color

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

This div background color is #b388fe


#b388fe Border Color

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

This div border color is #b388fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b388fe


Comments

No comments written yet.

Please login to write comment.