Color Hex Logo

#b18ffe Color Hex

#B18FFE
(177,143,254)
0 Favorites   0 Comments

Color spaces of #b18ffe

RGB 177143254
HSL0.720.980.78
HSV258°44°100°
CMYK 0.300.440.00   0.00
XYZ45.843336.147898.3269
Yxy36.14780.25420.2005
Hunter Lab60.123030.8894-54.8784
CIE-Lab66.632735.9417-50.8457

#b18ffe color RGB value is (177,143,254).

#b18ffe hex color red value is 177, green value is 143 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b18ffe hue: 0.72 , saturation: 0.98 and the lightness value of b18ffe is 0.78.

The process color (four color CMYK) of #b18ffe color hex is 0.30, 0.44, 0.00, 0.00. Web safe color of #b18ffe is #9999ff. Color #b18ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001111 11111110
Octal 261 217 376
Decimal 177 143 254
Hex B1 8F FE

RGB Percentages of Color #b18ffe

%30.84
%24.91
%44.25

CMYK Percentages of Color #b18ffe

%30
%44
%0
%0

Triadic Colors of #b18ffe

#b18ffe #feb18f #8ffeb1

Analogous Colors of #b18ffe

#b18ffe #e98ffe #8fa5fe

Monochromatic Colors of #b18ffe

#b18ffe

Complementary Color

#b18ffe #dcfe8f

#b18ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18ffe Color CSS Codes

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

#b18ffe Text Font Color

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

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


#b18ffe Background Color

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

This div background color is #b18ffe


#b18ffe Border Color

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

This div border color is #b18ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.