Color Hex Logo

#b278bd Color Hex

#B278BD
(178,120,189)
0 Favorites   0 Comments

Color spaces of #b278bd

RGB 178120189
HSL0.810.340.61
HSV290°37°74°
CMYK 0.060.370.00   0.26
XYZ34.261926.572051.4672
Yxy26.57200.30510.2366
Hunter Lab51.548028.4327-23.1134
CIE-Lab58.576134.3966-27.2156

#b278bd color RGB value is (178,120,189).

#b278bd hex color red value is 178, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b278bd hue: 0.81 , saturation: 0.34 and the lightness value of b278bd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111000 10111101
Octal 262 170 275
Decimal 178 120 189
Hex B2 78 BD

RGB Percentages of Color #b278bd

%36.55
%24.64
%38.81

CMYK Percentages of Color #b278bd

%6
%37
%0
%26

Triadic Colors of #b278bd

#b278bd #bdb278 #78bdb2

Analogous Colors of #b278bd

#b278bd #bd78a6 #9078bd

Monochromatic Colors of #b278bd

#b278bd

Complementary Color

#b278bd #83bd78

#b278bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b278bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b278bd Color CSS Codes

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

#b278bd Text Font Color

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

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


#b278bd Background Color

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

This div background color is #b278bd


#b278bd Border Color

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

This div border color is #b278bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b278bd


Comments

No comments written yet.

Please login to write comment.