Color Hex Logo

#b659bf Color Hex

#B659BF
(182,89,191)
0 Favorites   0 Comments

Color spaces of #b659bf

RGB 18289191
HSL0.820.440.55
HSV295°53°75°
CMYK 0.050.530.00   0.25
XYZ32.267820.851451.6142
Yxy20.85140.30810.1991
Hunter Lab45.663346.2254-35.0524
CIE-Lab52.786552.3097-37.3458

#b659bf color RGB value is (182,89,191).

#b659bf hex color red value is 182, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b659bf hue: 0.82 , saturation: 0.44 and the lightness value of b659bf is 0.55.

The process color (four color CMYK) of #b659bf color hex is 0.05, 0.53, 0.00, 0.25. Web safe color of #b659bf is #cc66cc. Color #b659bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011001 10111111
Octal 266 131 277
Decimal 182 89 191
Hex B6 59 BF

RGB Percentages of Color #b659bf

%39.39
%19.26
%41.34

CMYK Percentages of Color #b659bf

%5
%53
%0
%25

Triadic Colors of #b659bf

#b659bf #bfb659 #59bfb6

Analogous Colors of #b659bf

#b659bf #bf5995 #8359bf

Monochromatic Colors of #b659bf

#b659bf

Complementary Color

#b659bf #62bf59

#b659bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b659bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b659bf Color CSS Codes

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

#b659bf Text Font Color

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

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


#b659bf Background Color

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

This div background color is #b659bf


#b659bf Border Color

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

This div border color is #b659bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b659bf


Comments

No comments written yet.

Please login to write comment.