Color Hex Logo

#b75ffb Color Hex

#B75FFB
(183,95,251)
0 Favorites   0 Comments

Color spaces of #b75ffb

RGB 18395251
HSL0.760.950.68
HSV274°62°98°
CMYK 0.270.620.00   0.02
XYZ41.033225.216793.9714
Yxy25.21670.25610.1574
Hunter Lab50.216257.9793-75.8001
CIE-Lab57.286062.0054-64.0631

#b75ffb color RGB value is (183,95,251).

#b75ffb hex color red value is 183, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b75ffb hue: 0.76 , saturation: 0.95 and the lightness value of b75ffb is 0.68.

The process color (four color CMYK) of #b75ffb color hex is 0.27, 0.62, 0.00, 0.02. Web safe color of #b75ffb is #cc66ff. Color #b75ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011111 11111011
Octal 267 137 373
Decimal 183 95 251
Hex B7 5F FB

RGB Percentages of Color #b75ffb

%34.59
%17.96
%47.45

CMYK Percentages of Color #b75ffb

%27
%62
%0
%2

Triadic Colors of #b75ffb

#b75ffb #fbb75f #5ffbb7

Analogous Colors of #b75ffb

#b75ffb #fb5ff1 #695ffb

Monochromatic Colors of #b75ffb

#b75ffb

Complementary Color

#b75ffb #a3fb5f

#b75ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75ffb Color CSS Codes

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

#b75ffb Text Font Color

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

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


#b75ffb Background Color

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

This div background color is #b75ffb


#b75ffb Border Color

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

This div border color is #b75ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,95,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b75ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75ffb


Comments

No comments written yet.

Please login to write comment.