Color Hex Logo

#b268ba Color Hex

#B268BA
(178,104,186)
0 Favorites   0 Comments

Color spaces of #b268ba

RGB 178104186
HSL0.820.370.57
HSV294°44°73°
CMYK 0.040.440.00   0.27
XYZ32.173322.910849.1809
Yxy22.91080.30860.2197
Hunter Lab47.865236.2172-27.4140
CIE-Lab54.980342.5125-31.0731

#b268ba color RGB value is (178,104,186).

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

The process color (four color CMYK) of #b268ba color hex is 0.04, 0.44, 0.00, 0.27. Web safe color of #b268ba is #9966cc. Color #b268ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101000 10111010
Octal 262 150 272
Decimal 178 104 186
Hex B2 68 BA

RGB Percentages of Color #b268ba

%38.03
%22.22
%39.74

CMYK Percentages of Color #b268ba

%4
%44
%0
%27

Triadic Colors of #b268ba

#b268ba #bab268 #68bab2

Analogous Colors of #b268ba

#b268ba #ba6899 #8968ba

Monochromatic Colors of #b268ba

#b268ba

Complementary Color

#b268ba #70ba68

#b268ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b268ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b268ba Color CSS Codes

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

#b268ba Text Font Color

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

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


#b268ba Background Color

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

This div background color is #b268ba


#b268ba Border Color

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

This div border color is #b268ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,104,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b268ba


Comments

No comments written yet.

Please login to write comment.