Color Hex Logo

#b365bf Color Hex

#B365BF
(179,101,191)
0 Favorites   0 Comments

Color spaces of #b365bf

RGB 179101191
HSL0.810.410.57
HSV292°47°75°
CMYK 0.060.470.00   0.25
XYZ32.648122.652751.9419
Yxy22.65270.30440.2112
Hunter Lab47.594939.1526-31.3888
CIE-Lab54.712845.3715-34.3539

#b365bf color RGB value is (179,101,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100101 10111111
Octal 263 145 277
Decimal 179 101 191
Hex B3 65 BF

RGB Percentages of Color #b365bf

%38.00
%21.44
%40.55

CMYK Percentages of Color #b365bf

%6
%47
%0
%25

Triadic Colors of #b365bf

#b365bf #bfb365 #65bfb3

Analogous Colors of #b365bf

#b365bf #bf659e #8665bf

Monochromatic Colors of #b365bf

#b365bf

Complementary Color

#b365bf #71bf65

#b365bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b365bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b365bf Color CSS Codes

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

#b365bf Text Font Color

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

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


#b365bf Background Color

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

This div background color is #b365bf


#b365bf Border Color

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

This div border color is #b365bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b365bf


Comments

No comments written yet.

Please login to write comment.