Color Hex Logo

#b555bd Color Hex

#B555BD
(181,85,189)
0 Favorites   0 Comments

Color spaces of #b555bd

RGB 18185189
HSL0.820.440.54
HSV295°55°74°
CMYK 0.040.550.00   0.26
XYZ31.489919.994950.3438
Yxy19.99490.30920.1964
Hunter Lab44.715747.4518-35.4516
CIE-Lab51.831453.6004-37.7023

#b555bd color RGB value is (181,85,189).

#b555bd hex color red value is 181, green value is 85 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b555bd hue: 0.82 , saturation: 0.44 and the lightness value of b555bd is 0.54.

The process color (four color CMYK) of #b555bd color hex is 0.04, 0.55, 0.00, 0.26. Web safe color of #b555bd is #cc66cc. Color #b555bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010101 10111101
Octal 265 125 275
Decimal 181 85 189
Hex B5 55 BD

RGB Percentages of Color #b555bd

%39.78
%18.68
%41.54

CMYK Percentages of Color #b555bd

%4
%55
%0
%26

Triadic Colors of #b555bd

#b555bd #bdb555 #55bdb5

Analogous Colors of #b555bd

#b555bd #bd5591 #8155bd

Monochromatic Colors of #b555bd

#b555bd

Complementary Color

#b555bd #5dbd55

#b555bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b555bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b555bd Color CSS Codes

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

#b555bd Text Font Color

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

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


#b555bd Background Color

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

This div background color is #b555bd


#b555bd Border Color

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

This div border color is #b555bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b555bd


Comments

No comments written yet.

Please login to write comment.