Color Hex Logo

#b268aa Color Hex

#B268AA
(178,104,170)
0 Favorites   0 Comments

Color spaces of #b268aa

RGB 178104170
HSL0.850.320.55
HSV306°42°70°
CMYK 0.000.420.04   0.30
XYZ30.566122.267940.7173
Yxy22.26790.32670.2380
Hunter Lab47.188933.0410-18.1266
CIE-Lab54.310139.4996-22.8665

#b268aa color RGB value is (178,104,170).

#b268aa hex color red value is 178, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b268aa hue: 0.85 , saturation: 0.32 and the lightness value of b268aa is 0.55.

The process color (four color CMYK) of #b268aa color hex is 0.00, 0.42, 0.04, 0.30. Web safe color of #b268aa is #996699. Color #b268aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101000 10101010
Octal 262 150 252
Decimal 178 104 170
Hex B2 68 AA

RGB Percentages of Color #b268aa

%39.38
%23.01
%37.61

CMYK Percentages of Color #b268aa

%0
%42
%4
%30

Triadic Colors of #b268aa

#b268aa #aab268 #68aab2

Analogous Colors of #b268aa

#b268aa #b26885 #9568b2

Monochromatic Colors of #b268aa

#b268aa

Complementary Color

#b268aa #68b270

#b268aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b268aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b268aa Color CSS Codes

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

#b268aa Text Font Color

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

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


#b268aa Background Color

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

This div background color is #b268aa


#b268aa Border Color

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

This div border color is #b268aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b268aa


Comments

No comments written yet.

Please login to write comment.