Color Hex Logo

#b350be Color Hex

#B350BE
(179,80,190)
0 Favorites   0 Comments

Color spaces of #b350be

RGB 17980190
HSL0.820.460.53
HSV294°58°75°
CMYK 0.060.580.00   0.25
XYZ30.753319.038750.7692
Yxy19.03870.30580.1893
Hunter Lab43.633449.4505-38.4430
CIE-Lab50.732555.6185-40.0315

#b350be color RGB value is (179,80,190).

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

The process color (four color CMYK) of #b350be color hex is 0.06, 0.58, 0.00, 0.25. Web safe color of #b350be is #cc66cc. Color #b350be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 10111110
Octal 263 120 276
Decimal 179 80 190
Hex B3 50 BE

RGB Percentages of Color #b350be

%39.87
%17.82
%42.32

CMYK Percentages of Color #b350be

%6
%58
%0
%25

Triadic Colors of #b350be

#b350be #beb350 #50beb3

Analogous Colors of #b350be

#b350be #be5092 #7c50be

Monochromatic Colors of #b350be

#b350be

Complementary Color

#b350be #5bbe50

#b350be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b350be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b350be Color CSS Codes

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

#b350be Text Font Color

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

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


#b350be Background Color

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

This div background color is #b350be


#b350be Border Color

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

This div border color is #b350be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b350be


Comments

No comments written yet.

Please login to write comment.