color codes Logo

#b58feb color codes

#B58FEB
(181,143,235)
0 Favorites   0 Comments

Color spaces of #b58feb

RGB 181143235
HSL0.740.700.74
HSV265°39°92°
CMYK 0.230.390.00   0.08
XYZ43.873935.466883.1306
Yxy35.46680.27000.2183
Hunter Lab59.554027.2828-41.0743
CIE-Lab66.110532.4952-41.2249

#b58feb color RGB value is (181,143,235).

#b58feb hex color red value is 181, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b58feb hue: 0.74 , saturation: 0.70 and the lightness value of b58feb is 0.74.

The process color (four color CMYK) of #b58feb color code is 0.23, 0.39, 0.00, 0.08. Web safe color of #b58feb is #cc99ff. Color #b58feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001111 11101011
Octal 265 217 353
Decimal 181 143 235
Hex B5 8F EB

RGB Percentages of Color #b58feb

%32.38
%25.58
%42.04

CMYK Percentages of Color #b58feb

%23
%39
%0
%8

Triadic Colors of #b58feb

#b58feb #ebb58f #8febb5

Analogous Colors of #b58feb

#b58feb #e38feb #8f97eb

Monochromatic Colors of #b58feb

#b58feb

Complementary Color

#b58feb #c5eb8f

#b58feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58feb Color CSS Codes

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

#b58feb Text Font Color

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

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


#b58feb Background Color

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

This div background color is #b58feb


#b58feb Border Color

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

This div border color is #b58feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58feb


Comments

No comments written yet.

Please login to write comment.