Color Hex Logo

#b375bb Color Hex

#B375BB
(179,117,187)
0 Favorites   0 Comments

Color spaces of #b375bb

RGB 179117187
HSL0.810.340.60
HSV293°37°73°
CMYK 0.040.370.00   0.27
XYZ33.921325.894150.2239
Yxy25.89410.30830.2353
Hunter Lab50.886229.9390-22.8979
CIE-Lab57.936435.9707-27.0537

#b375bb color RGB value is (179,117,187).

#b375bb hex color red value is 179, green value is 117 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b375bb hue: 0.81 , saturation: 0.34 and the lightness value of b375bb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 10111011
Octal 263 165 273
Decimal 179 117 187
Hex B3 75 BB

RGB Percentages of Color #b375bb

%37.06
%24.22
%38.72

CMYK Percentages of Color #b375bb

%4
%37
%0
%27

Triadic Colors of #b375bb

#b375bb #bbb375 #75bbb3

Analogous Colors of #b375bb

#b375bb #bb75a0 #9075bb

Monochromatic Colors of #b375bb

#b375bb

Complementary Color

#b375bb #7dbb75

#b375bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375bb Color CSS Codes

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

#b375bb Text Font Color

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

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


#b375bb Background Color

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

This div background color is #b375bb


#b375bb Border Color

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

This div border color is #b375bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,117,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 #b375bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375bb


Comments

No comments written yet.

Please login to write comment.