Color Hex Logo

#b165bf Color Hex

#B165BF
(177,101,191)
0 Favorites   0 Comments

Color spaces of #b165bf

RGB 177101191
HSL0.810.410.57
HSV291°47°75°
CMYK 0.070.470.00   0.25
XYZ32.189122.416151.9204
Yxy22.41610.30220.2104
Hunter Lab47.345638.5027-31.8769
CIE-Lab54.465744.7877-34.7583

#b165bf color RGB value is (177,101,191).

#b165bf hex color red value is 177, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b165bf hue: 0.81 , saturation: 0.41 and the lightness value of b165bf is 0.57.

The process color (four color CMYK) of #b165bf color hex is 0.07, 0.47, 0.00, 0.25. Web safe color of #b165bf is #9966cc. Color #b165bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100101 10111111
Octal 261 145 277
Decimal 177 101 191
Hex B1 65 BF

RGB Percentages of Color #b165bf

%37.74
%21.54
%40.72

CMYK Percentages of Color #b165bf

%7
%47
%0
%25

Triadic Colors of #b165bf

#b165bf #bfb165 #65bfb1

Analogous Colors of #b165bf

#b165bf #bf65a0 #8465bf

Monochromatic Colors of #b165bf

#b165bf

Complementary Color

#b165bf #73bf65

#b165bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b165bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b165bf Color CSS Codes

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

#b165bf Text Font Color

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

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


#b165bf Background Color

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

This div background color is #b165bf


#b165bf Border Color

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

This div border color is #b165bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b165bf


Comments

No comments written yet.

Please login to write comment.