Color Hex Logo

#b293ba Color Hex

#B293BA
(178,147,186)
0 Favorites   0 Comments

Color spaces of #b293ba

RGB 178147186
HSL0.800.220.65
HSV288°21°73°
CMYK 0.040.210.00   0.27
XYZ37.656733.877651.0087
Yxy33.87760.30730.2765
Hunter Lab58.204513.6268-11.2169
CIE-Lab64.865318.6725-15.9080

#b293ba color RGB value is (178,147,186).

#b293ba hex color red value is 178, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b293ba hue: 0.80 , saturation: 0.22 and the lightness value of b293ba is 0.65.

The process color (four color CMYK) of #b293ba color hex is 0.04, 0.21, 0.00, 0.27. Web safe color of #b293ba is #9999cc. Color #b293ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 10111010
Octal 262 223 272
Decimal 178 147 186
Hex B2 93 BA

RGB Percentages of Color #b293ba

%34.83
%28.77
%36.40

CMYK Percentages of Color #b293ba

%4
%21
%0
%27

Triadic Colors of #b293ba

#b293ba #bab293 #93bab2

Analogous Colors of #b293ba

#b293ba #ba93af #9f93ba

Monochromatic Colors of #b293ba

#b293ba

Complementary Color

#b293ba #9bba93

#b293ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b293ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b293ba Color CSS Codes

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

#b293ba Text Font Color

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

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


#b293ba Background Color

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

This div background color is #b293ba


#b293ba Border Color

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

This div border color is #b293ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b293ba


Comments

No comments written yet.

Please login to write comment.