color codes Logo

#b18cfe color codes

#B18CFE
(177,140,254)
0 Favorites   0 Comments

Color spaces of #b18cfe

RGB 177140254
HSL0.720.980.77
HSV259°45°100°
CMYK 0.300.450.00   0.00
XYZ45.398935.259098.1788
Yxy35.25900.25390.1972
Hunter Lab59.379332.5598-56.4657
CIE-Lab65.949837.6140-51.9259

#b18cfe color RGB value is (177,140,254).

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

The process color (four color CMYK) of #b18cfe color code is 0.30, 0.45, 0.00, 0.00. Web safe color of #b18cfe is #9999ff. Color #b18cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001100 11111110
Octal 261 214 376
Decimal 177 140 254
Hex B1 8C FE

RGB Percentages of Color #b18cfe

%31.00
%24.52
%44.48

CMYK Percentages of Color #b18cfe

%30
%45
%0
%0

Triadic Colors of #b18cfe

#b18cfe #feb18c #8cfeb1

Analogous Colors of #b18cfe

#b18cfe #ea8cfe #8ca0fe

Monochromatic Colors of #b18cfe

#b18cfe

Complementary Color

#b18cfe #d9fe8c

#b18cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18cfe Color CSS Codes

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

#b18cfe Text Font Color

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

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


#b18cfe Background Color

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

This div background color is #b18cfe


#b18cfe Border Color

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

This div border color is #b18cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.