Color Hex Logo

#b488fe Color Hex

#B488FE
(180,136,254)
0 Favorites   0 Comments

Color spaces of #b488fe

RGB 180136254
HSL0.730.980.76
HSV262°46°100°
CMYK 0.290.460.00   0.00
XYZ45.515934.467498.0198
Yxy34.46740.25570.1936
Hunter Lab58.708935.6469-57.8937
CIE-Lab65.331940.6130-52.8870

#b488fe color RGB value is (180,136,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001000 11111110
Octal 264 210 376
Decimal 180 136 254
Hex B4 88 FE

RGB Percentages of Color #b488fe

%31.58
%23.86
%44.56

CMYK Percentages of Color #b488fe

%29
%46
%0
%0

Triadic Colors of #b488fe

#b488fe #feb488 #88feb4

Analogous Colors of #b488fe

#b488fe #ef88fe #8897fe

Monochromatic Colors of #b488fe

#b488fe

Complementary Color

#b488fe #d2fe88

#b488fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b488fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b488fe Color CSS Codes

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

#b488fe Text Font Color

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

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


#b488fe Background Color

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

This div background color is #b488fe


#b488fe Border Color

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

This div border color is #b488fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b488fe


Comments

No comments written yet.

Please login to write comment.