Color Hex Logo

#b558bf Color Hex

#B558BF
(181,88,191)
0 Favorites   0 Comments

Color spaces of #b558bf

RGB 18188191
HSL0.820.450.55
HSV294°54°75°
CMYK 0.050.540.00   0.25
XYZ31.949720.564851.5757
Yxy20.56480.30690.1976
Hunter Lab45.348446.4003-35.6878
CIE-Lab52.469952.5244-37.8529

#b558bf color RGB value is (181,88,191).

#b558bf hex color red value is 181, green value is 88 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b558bf hue: 0.82 , saturation: 0.45 and the lightness value of b558bf is 0.55.

The process color (four color CMYK) of #b558bf color hex is 0.05, 0.54, 0.00, 0.25. Web safe color of #b558bf is #cc66cc. Color #b558bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011000 10111111
Octal 265 130 277
Decimal 181 88 191
Hex B5 58 BF

RGB Percentages of Color #b558bf

%39.35
%19.13
%41.52

CMYK Percentages of Color #b558bf

%5
%54
%0
%25

Triadic Colors of #b558bf

#b558bf #bfb558 #58bfb5

Analogous Colors of #b558bf

#b558bf #bf5896 #8258bf

Monochromatic Colors of #b558bf

#b558bf

Complementary Color

#b558bf #62bf58

#b558bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b558bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b558bf Color CSS Codes

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

#b558bf Text Font Color

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

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


#b558bf Background Color

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

This div background color is #b558bf


#b558bf Border Color

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

This div border color is #b558bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b558bf


Comments

No comments written yet.

Please login to write comment.