Color Hex Logo

#b268bd Color Hex

#B268BD
(178,104,189)
0 Favorites   0 Comments

Color spaces of #b268bd

RGB 178104189
HSL0.810.390.57
HSV292°45°74°
CMYK 0.060.450.00   0.26
XYZ32.495723.039750.8785
Yxy23.03970.30540.2165
Hunter Lab47.999736.8447-29.2462
CIE-Lab55.113243.0999-32.5897

#b268bd color RGB value is (178,104,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101000 10111101
Octal 262 150 275
Decimal 178 104 189
Hex B2 68 BD

RGB Percentages of Color #b268bd

%37.79
%22.08
%40.13

CMYK Percentages of Color #b268bd

%6
%45
%0
%26

Triadic Colors of #b268bd

#b268bd #bdb268 #68bdb2

Analogous Colors of #b268bd

#b268bd #bd689e #8868bd

Monochromatic Colors of #b268bd

#b268bd

Complementary Color

#b268bd #73bd68

#b268bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b268bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b268bd Color CSS Codes

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

#b268bd Text Font Color

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

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


#b268bd Background Color

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

This div background color is #b268bd


#b268bd Border Color

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

This div border color is #b268bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b268bd


Comments

No comments written yet.

Please login to write comment.