Color Hex Logo

#b588fa Color Hex

#B588FA
(181,136,250)
0 Favorites   0 Comments

Color spaces of #b588fa

RGB 181136250
HSL0.730.920.76
HSV264°46°98°
CMYK 0.280.460.00   0.02
XYZ45.115534.334294.6918
Yxy34.33420.25910.1972
Hunter Lab58.595434.8941-54.7975
CIE-Lab65.227039.9147-50.8571

#b588fa color RGB value is (181,136,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001000 11111010
Octal 265 210 372
Decimal 181 136 250
Hex B5 88 FA

RGB Percentages of Color #b588fa

%31.92
%23.99
%44.09

CMYK Percentages of Color #b588fa

%28
%46
%0
%2

Triadic Colors of #b588fa

#b588fa #fab588 #88fab5

Analogous Colors of #b588fa

#b588fa #ee88fa #8894fa

Monochromatic Colors of #b588fa

#b588fa

Complementary Color

#b588fa #cdfa88

#b588fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b588fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b588fa Color CSS Codes

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

#b588fa Text Font Color

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

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


#b588fa Background Color

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

This div background color is #b588fa


#b588fa Border Color

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

This div border color is #b588fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b588fa


Comments

No comments written yet.

Please login to write comment.