Color Hex Logo

#b75dfb Color Hex

#B75DFB
(183,93,251)
0 Favorites   0 Comments

Color spaces of #b75dfb

RGB 18393251
HSL0.760.950.67
HSV274°63°98°
CMYK 0.270.630.00   0.02
XYZ40.855424.861093.9121
Yxy24.86100.25590.1557
Hunter Lab49.860859.0045-76.7693
CIE-Lab56.939762.9511-64.6200

#b75dfb color RGB value is (183,93,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011101 11111011
Octal 267 135 373
Decimal 183 93 251
Hex B7 5D FB

RGB Percentages of Color #b75dfb

%34.72
%17.65
%47.63

CMYK Percentages of Color #b75dfb

%27
%63
%0
%2

Triadic Colors of #b75dfb

#b75dfb #fbb75d #5dfbb7

Analogous Colors of #b75dfb

#b75dfb #fb5df0 #685dfb

Monochromatic Colors of #b75dfb

#b75dfb

Complementary Color

#b75dfb #a1fb5d

#b75dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75dfb Color CSS Codes

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

#b75dfb Text Font Color

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

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


#b75dfb Background Color

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

This div background color is #b75dfb


#b75dfb Border Color

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

This div border color is #b75dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75dfb


Comments

No comments written yet.

Please login to write comment.