Color Hex Logo

#b263ba Color Hex

#B263BA
(178,99,186)
0 Favorites   0 Comments

Color spaces of #b263ba

RGB 17899186
HSL0.820.390.56
HSV294°47°73°
CMYK 0.040.470.00   0.27
XYZ31.684921.933849.0181
Yxy21.93380.30870.2137
Hunter Lab46.833538.8042-29.2721
CIE-Lab53.956745.1525-32.6685

#b263ba color RGB value is (178,99,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100011 10111010
Octal 262 143 272
Decimal 178 99 186
Hex B2 63 BA

RGB Percentages of Color #b263ba

%38.44
%21.38
%40.17

CMYK Percentages of Color #b263ba

%4
%47
%0
%27

Triadic Colors of #b263ba

#b263ba #bab263 #63bab2

Analogous Colors of #b263ba

#b263ba #ba6397 #8763ba

Monochromatic Colors of #b263ba

#b263ba

Complementary Color

#b263ba #6bba63

#b263ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b263ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b263ba Color CSS Codes

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

#b263ba Text Font Color

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

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


#b263ba Background Color

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

This div background color is #b263ba


#b263ba Border Color

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

This div border color is #b263ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b263ba


Comments

No comments written yet.

Please login to write comment.