Color Hex Logo

#b307bc Color Hex

#B307BC
(179,7,188)
0 Favorites   0 Comments

Color spaces of #b307bc

RGB 1797188
HSL0.830.930.38
HSV297°96°74°
CMYK 0.050.960.00   0.26
XYZ27.743513.366548.6947
Yxy13.36650.30890.1488
Hunter Lab36.560271.4732-53.3764
CIE-Lab43.310476.0255-50.6864

#b307bc color RGB value is (179,7,188).

#b307bc hex color red value is 179, green value is 7 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b307bc hue: 0.83 , saturation: 0.93 and the lightness value of b307bc is 0.38.

The process color (four color CMYK) of #b307bc color hex is 0.05, 0.96, 0.00, 0.26. Web safe color of #b307bc is #cc00cc. Color #b307bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000111 10111100
Octal 263 7 274
Decimal 179 7 188
Hex B3 7 BC

RGB Percentages of Color #b307bc

%47.86
%1.87
%50.27

CMYK Percentages of Color #b307bc

%5
%96
%0
%26

Triadic Colors of #b307bc

#b307bc #bcb307 #07bcb3

Analogous Colors of #b307bc

#b307bc #bc076b #5907bc

Monochromatic Colors of #b307bc

#b307bc

Complementary Color

#b307bc #10bc07

#b307bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b307bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b307bc Color CSS Codes

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

#b307bc Text Font Color

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

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


#b307bc Background Color

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

This div background color is #b307bc


#b307bc Border Color

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

This div border color is #b307bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b307bc


Comments

No comments written yet.

Please login to write comment.