Color Hex Logo

#b255bd Color Hex

#B255BD
(178,85,189)
0 Favorites   0 Comments

Color spaces of #b255bd

RGB 17885189
HSL0.820.440.54
HSV294°55°74°
CMYK 0.060.550.00   0.26
XYZ30.793919.636150.3112
Yxy19.63610.30570.1949
Hunter Lab44.312646.4967-36.2972
CIE-Lab51.423352.7918-38.3727

#b255bd color RGB value is (178,85,189).

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

The process color (four color CMYK) of #b255bd color hex is 0.06, 0.55, 0.00, 0.26. Web safe color of #b255bd is #9966cc. Color #b255bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010101 10111101
Octal 262 125 275
Decimal 178 85 189
Hex B2 55 BD

RGB Percentages of Color #b255bd

%39.38
%18.81
%41.81

CMYK Percentages of Color #b255bd

%6
%55
%0
%26

Triadic Colors of #b255bd

#b255bd #bdb255 #55bdb2

Analogous Colors of #b255bd

#b255bd #bd5594 #7e55bd

Monochromatic Colors of #b255bd

#b255bd

Complementary Color

#b255bd #60bd55

#b255bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b255bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b255bd Color CSS Codes

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

#b255bd Text Font Color

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

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


#b255bd Background Color

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

This div background color is #b255bd


#b255bd Border Color

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

This div border color is #b255bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b255bd


Comments

No comments written yet.

Please login to write comment.