Color Hex Logo

#b350cc Color Hex

#B350CC
(179,80,204)
0 Favorites   0 Comments

Color spaces of #b350cc

RGB 17980204
HSL0.800.550.56
HSV288°61°80°
CMYK 0.120.610.00   0.20
XYZ32.358119.680759.2200
Yxy19.68070.29080.1769
Hunter Lab44.362952.5619-48.0921
CIE-Lab51.474358.2908-46.9199

#b350cc color RGB value is (179,80,204).

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

The process color (four color CMYK) of #b350cc color hex is 0.12, 0.61, 0.00, 0.20. Web safe color of #b350cc is #cc66cc. Color #b350cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 11001100
Octal 263 120 314
Decimal 179 80 204
Hex B3 50 CC

RGB Percentages of Color #b350cc

%38.66
%17.28
%44.06

CMYK Percentages of Color #b350cc

%12
%61
%0
%20

Triadic Colors of #b350cc

#b350cc #ccb350 #50ccb3

Analogous Colors of #b350cc

#b350cc #cc50a7 #7550cc

Monochromatic Colors of #b350cc

#b350cc

Complementary Color

#b350cc #69cc50

#b350cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b350cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b350cc Color CSS Codes

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

#b350cc Text Font Color

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

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


#b350cc Background Color

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

This div background color is #b350cc


#b350cc Border Color

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

This div border color is #b350cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b350cc


Comments

No comments written yet.

Please login to write comment.