Color Hex Logo

#b367bc Color Hex

#B367BC
(179,103,188)
0 Favorites   0 Comments

Color spaces of #b367bc

RGB 179103188
HSL0.820.390.57
HSV294°45°74°
CMYK 0.050.450.00   0.26
XYZ32.517822.915050.2861
Yxy22.91500.30760.2168
Hunter Lab47.869637.4831-28.7743
CIE-Lab54.984743.7331-32.2066

#b367bc color RGB value is (179,103,188).

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

The process color (four color CMYK) of #b367bc color hex is 0.05, 0.45, 0.00, 0.26. Web safe color of #b367bc is #cc66cc. Color #b367bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100111 10111100
Octal 263 147 274
Decimal 179 103 188
Hex B3 67 BC

RGB Percentages of Color #b367bc

%38.09
%21.91
%40.00

CMYK Percentages of Color #b367bc

%5
%45
%0
%26

Triadic Colors of #b367bc

#b367bc #bcb367 #67bcb3

Analogous Colors of #b367bc

#b367bc #bc679b #8967bc

Monochromatic Colors of #b367bc

#b367bc

Complementary Color

#b367bc #70bc67

#b367bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b367bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b367bc Color CSS Codes

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

#b367bc Text Font Color

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

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


#b367bc Background Color

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

This div background color is #b367bc


#b367bc Border Color

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

This div border color is #b367bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,103,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b367bc


Comments

No comments written yet.

Please login to write comment.