Color Hex Logo

#b18fea Color Hex

#B18FEA
(177,143,234)
0 Favorites   0 Comments

Color spaces of #b18fea

RGB 177143234
HSL0.730.680.74
HSV262°39°92°
CMYK 0.240.390.00   0.08
XYZ42.805234.932582.3285
Yxy34.93250.26740.2182
Hunter Lab59.103725.8451-41.2154
CIE-Lab65.696131.1181-41.3496

#b18fea color RGB value is (177,143,234).

#b18fea hex color red value is 177, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b18fea hue: 0.73 , saturation: 0.68 and the lightness value of b18fea is 0.74.

The process color (four color CMYK) of #b18fea color hex is 0.24, 0.39, 0.00, 0.08. Web safe color of #b18fea is #9999ff. Color #b18fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001111 11101010
Octal 261 217 352
Decimal 177 143 234
Hex B1 8F EA

RGB Percentages of Color #b18fea

%31.95
%25.81
%42.24

CMYK Percentages of Color #b18fea

%24
%39
%0
%8

Triadic Colors of #b18fea

#b18fea #eab18f #8feab1

Analogous Colors of #b18fea

#b18fea #df8fea #8f9bea

Monochromatic Colors of #b18fea

#b18fea

Complementary Color

#b18fea #c8ea8f

#b18fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18fea Color CSS Codes

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

#b18fea Text Font Color

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

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


#b18fea Background Color

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

This div background color is #b18fea


#b18fea Border Color

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

This div border color is #b18fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,143,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18fea


Comments

No comments written yet.

Please login to write comment.