Color Hex Logo

#b350cf Color Hex

#B350CF
(179,80,207)
0 Favorites   0 Comments

Color spaces of #b350cf

RGB 17980207
HSL0.800.570.56
HSV287°61°81°
CMYK 0.140.610.00   0.19
XYZ32.721619.826061.1337
Yxy19.82600.28780.1744
Hunter Lab44.526453.2551-50.2353
CIE-Lab51.639958.8793-48.3742

#b350cf color RGB value is (179,80,207).

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

The process color (four color CMYK) of #b350cf color hex is 0.14, 0.61, 0.00, 0.19. Web safe color of #b350cf is #cc66cc. Color #b350cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 11001111
Octal 263 120 317
Decimal 179 80 207
Hex B3 50 CF

RGB Percentages of Color #b350cf

%38.41
%17.17
%44.42

CMYK Percentages of Color #b350cf

%14
%61
%0
%19

Triadic Colors of #b350cf

#b350cf #cfb350 #50cfb3

Analogous Colors of #b350cf

#b350cf #cf50ac #7450cf

Monochromatic Colors of #b350cf

#b350cf

Complementary Color

#b350cf #6ccf50

#b350cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b350cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b350cf Color CSS Codes

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

#b350cf Text Font Color

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

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


#b350cf Background Color

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

This div background color is #b350cf


#b350cf Border Color

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

This div border color is #b350cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b350cf


Comments

No comments written yet.

Please login to write comment.