Color Hex Logo

#b759bf Color Hex

#B759BF
(183,89,191)
0 Favorites   0 Comments

Color spaces of #b759bf

RGB 18389191
HSL0.820.440.55
HSV295°53°75°
CMYK 0.040.530.00   0.25
XYZ32.504820.973651.6253
Yxy20.97360.30930.1996
Hunter Lab45.796946.5474-34.7777
CIE-Lab52.920652.5835-37.1257

#b759bf color RGB value is (183,89,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011001 10111111
Octal 267 131 277
Decimal 183 89 191
Hex B7 59 BF

RGB Percentages of Color #b759bf

%39.52
%19.22
%41.25

CMYK Percentages of Color #b759bf

%4
%53
%0
%25

Triadic Colors of #b759bf

#b759bf #bfb759 #59bfb7

Analogous Colors of #b759bf

#b759bf #bf5994 #8459bf

Monochromatic Colors of #b759bf

#b759bf

Complementary Color

#b759bf #61bf59

#b759bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b759bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b759bf Color CSS Codes

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

#b759bf Text Font Color

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

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


#b759bf Background Color

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

This div background color is #b759bf


#b759bf Border Color

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

This div border color is #b759bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b759bf


Comments

No comments written yet.

Please login to write comment.