Color Hex Logo

#b375bf Color Hex

#B375BF
(179,117,191)
0 Favorites   0 Comments

Color spaces of #b375bf

RGB 179117191
HSL0.810.370.60
HSV290°39°75°
CMYK 0.060.390.00   0.25
XYZ34.355726.067952.5111
Yxy26.06790.30420.2308
Hunter Lab51.056730.7621-25.2392
CIE-Lab58.101436.7668-29.0802

#b375bf color RGB value is (179,117,191).

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

The process color (four color CMYK) of #b375bf color hex is 0.06, 0.39, 0.00, 0.25. Web safe color of #b375bf is #cc66cc. Color #b375bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 10111111
Octal 263 165 277
Decimal 179 117 191
Hex B3 75 BF

RGB Percentages of Color #b375bf

%36.76
%24.02
%39.22

CMYK Percentages of Color #b375bf

%6
%39
%0
%25

Triadic Colors of #b375bf

#b375bf #bfb375 #75bfb3

Analogous Colors of #b375bf

#b375bf #bf75a6 #8e75bf

Monochromatic Colors of #b375bf

#b375bf

Complementary Color

#b375bf #81bf75

#b375bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375bf Color CSS Codes

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

#b375bf Text Font Color

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

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


#b375bf Background Color

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

This div background color is #b375bf


#b375bf Border Color

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

This div border color is #b375bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375bf


Comments

No comments written yet.

Please login to write comment.