Color Hex Logo

#b350bc Color Hex

#B350BC
(179,80,188)
0 Favorites   0 Comments

Color spaces of #b350bc

RGB 17980188
HSL0.820.450.53
HSV295°57°74°
CMYK 0.050.570.00   0.26
XYZ30.536218.951949.6256
Yxy18.95190.30810.1912
Hunter Lab43.533849.0224-37.1130
CIE-Lab50.630955.2466-39.0333

#b350bc color RGB value is (179,80,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 10111100
Octal 263 120 274
Decimal 179 80 188
Hex B3 50 BC

RGB Percentages of Color #b350bc

%40.04
%17.90
%42.06

CMYK Percentages of Color #b350bc

%5
%57
%0
%26

Triadic Colors of #b350bc

#b350bc #bcb350 #50bcb3

Analogous Colors of #b350bc

#b350bc #bc508f #7d50bc

Monochromatic Colors of #b350bc

#b350bc

Complementary Color

#b350bc #59bc50

#b350bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b350bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b350bc Color CSS Codes

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

#b350bc Text Font Color

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

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


#b350bc Background Color

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

This div background color is #b350bc


#b350bc Border Color

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

This div border color is #b350bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b350bc


Comments

No comments written yet.

Please login to write comment.