Color Hex Logo

#b367ba Color Hex

#B367BA
(179,103,186)
0 Favorites   0 Comments

Color spaces of #b367ba

RGB 179103186
HSL0.820.380.57
HSV295°45°73°
CMYK 0.040.450.00   0.27
XYZ32.303622.829449.1583
Yxy22.82940.30970.2189
Hunter Lab47.780137.0666-27.5541
CIE-Lab54.896243.3451-31.1947

#b367ba color RGB value is (179,103,186).

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

The process color (four color CMYK) of #b367ba color hex is 0.04, 0.45, 0.00, 0.27. Web safe color of #b367ba is #cc66cc. Color #b367ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100111 10111010
Octal 263 147 272
Decimal 179 103 186
Hex B3 67 BA

RGB Percentages of Color #b367ba

%38.25
%22.01
%39.74

CMYK Percentages of Color #b367ba

%4
%45
%0
%27

Triadic Colors of #b367ba

#b367ba #bab367 #67bab3

Analogous Colors of #b367ba

#b367ba #ba6798 #8a67ba

Monochromatic Colors of #b367ba

#b367ba

Complementary Color

#b367ba #6eba67

#b367ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b367ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b367ba Color CSS Codes

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

#b367ba Text Font Color

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

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


#b367ba Background Color

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

This div background color is #b367ba


#b367ba Border Color

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

This div border color is #b367ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b367ba


Comments

No comments written yet.

Please login to write comment.