Color Hex Logo

#b350c7 Color Hex

#B350C7
(179,80,199)
0 Favorites   0 Comments

Color spaces of #b350c7

RGB 17980199
HSL0.810.520.55
HSV290°60°78°
CMYK 0.100.600.00   0.22
XYZ31.767919.444556.1117
Yxy19.44450.29600.1812
Hunter Lab44.095951.4284-44.5789
CIE-Lab51.203257.3233-44.4794

#b350c7 color RGB value is (179,80,199).

#b350c7 hex color red value is 179, green value is 80 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b350c7 hue: 0.81 , saturation: 0.52 and the lightness value of b350c7 is 0.55.

The process color (four color CMYK) of #b350c7 color hex is 0.10, 0.60, 0.00, 0.22. Web safe color of #b350c7 is #cc66cc. Color #b350c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 11000111
Octal 263 120 307
Decimal 179 80 199
Hex B3 50 C7

RGB Percentages of Color #b350c7

%39.08
%17.47
%43.45

CMYK Percentages of Color #b350c7

%10
%60
%0
%22

Triadic Colors of #b350c7

#b350c7 #c7b350 #50c7b3

Analogous Colors of #b350c7

#b350c7 #c750a0 #7850c7

Monochromatic Colors of #b350c7

#b350c7

Complementary Color

#b350c7 #64c750

#b350c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b350c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b350c7 Color CSS Codes

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

#b350c7 Text Font Color

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

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


#b350c7 Background Color

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

This div background color is #b350c7


#b350c7 Border Color

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

This div border color is #b350c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b350c7


Comments

No comments written yet.

Please login to write comment.