Color Hex Logo

#b351bb Color Hex

#B351BB
(179,81,187)
0 Favorites   0 Comments

Color spaces of #b351bb

RGB 17981187
HSL0.820.440.53
HSV295°57°73°
CMYK 0.040.570.00   0.27
XYZ30.502519.056449.0843
Yxy19.05640.30920.1932
Hunter Lab43.653648.3311-36.1083
CIE-Lab50.753154.5937-38.2609

#b351bb color RGB value is (179,81,187).

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

The process color (four color CMYK) of #b351bb color hex is 0.04, 0.57, 0.00, 0.27. Web safe color of #b351bb is #cc66cc. Color #b351bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 10111011
Octal 263 121 273
Decimal 179 81 187
Hex B3 51 BB

RGB Percentages of Color #b351bb

%40.04
%18.12
%41.83

CMYK Percentages of Color #b351bb

%4
%57
%0
%27

Triadic Colors of #b351bb

#b351bb #bbb351 #51bbb3

Analogous Colors of #b351bb

#b351bb #bb518e #7e51bb

Monochromatic Colors of #b351bb

#b351bb

Complementary Color

#b351bb #59bb51

#b351bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b351bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b351bb Color CSS Codes

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

#b351bb Text Font Color

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

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


#b351bb Background Color

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

This div background color is #b351bb


#b351bb Border Color

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

This div border color is #b351bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b351bb


Comments

No comments written yet.

Please login to write comment.