Color Hex Logo

#b75afb Color Hex

#B75AFB
(183,90,251)
0 Favorites   0 Comments

Color spaces of #b75afb

RGB 18390251
HSL0.760.950.67
HSV275°64°98°
CMYK 0.270.640.00   0.02
XYZ40.597224.344693.8261
Yxy24.34460.25570.1533
Hunter Lab49.340260.5245-78.2085
CIE-Lab56.431264.3466-65.4387

#b75afb color RGB value is (183,90,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011010 11111011
Octal 267 132 373
Decimal 183 90 251
Hex B7 5A FB

RGB Percentages of Color #b75afb

%34.92
%17.18
%47.90

CMYK Percentages of Color #b75afb

%27
%64
%0
%2

Triadic Colors of #b75afb

#b75afb #fbb75a #5afbb7

Analogous Colors of #b75afb

#b75afb #fb5aef #675afb

Monochromatic Colors of #b75afb

#b75afb

Complementary Color

#b75afb #9efb5a

#b75afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75afb Color CSS Codes

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

#b75afb Text Font Color

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

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


#b75afb Background Color

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

This div background color is #b75afb


#b75afb Border Color

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

This div border color is #b75afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75afb


Comments

No comments written yet.

Please login to write comment.