Color Hex Logo

#b749bf Color Hex

#B749BF
(183,73,191)
0 Favorites   0 Comments

Color spaces of #b749bf

RGB 18373191
HSL0.820.480.52
HSV296°62°75°
CMYK 0.040.620.00   0.25
XYZ31.315018.594051.2287
Yxy18.59400.30960.1838
Hunter Lab43.120854.1683-40.2537
CIE-Lab50.208859.9529-41.4009

#b749bf color RGB value is (183,73,191).

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

The process color (four color CMYK) of #b749bf color hex is 0.04, 0.62, 0.00, 0.25. Web safe color of #b749bf is #cc33cc. Color #b749bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001001 10111111
Octal 267 111 277
Decimal 183 73 191
Hex B7 49 BF

RGB Percentages of Color #b749bf

%40.94
%16.33
%42.73

CMYK Percentages of Color #b749bf

%4
%62
%0
%25

Triadic Colors of #b749bf

#b749bf #bfb749 #49bfb7

Analogous Colors of #b749bf

#b749bf #bf498c #7c49bf

Monochromatic Colors of #b749bf

#b749bf

Complementary Color

#b749bf #51bf49

#b749bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b749bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b749bf Color CSS Codes

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

#b749bf Text Font Color

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

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


#b749bf Background Color

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

This div background color is #b749bf


#b749bf Border Color

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

This div border color is #b749bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b749bf


Comments

No comments written yet.

Please login to write comment.