Color Hex Logo

#b75ffa Color Hex

#B75FFA
(183,95,250)
0 Favorites   0 Comments

Color spaces of #b75ffa

RGB 18395250
HSL0.760.940.68
HSV274°62°98°
CMYK 0.270.620.00   0.02
XYZ40.876025.153893.1433
Yxy25.15380.25680.1580
Hunter Lab50.153657.7118-75.0036
CIE-Lab57.225061.7851-63.6073

#b75ffa color RGB value is (183,95,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011111 11111010
Octal 267 137 372
Decimal 183 95 250
Hex B7 5F FA

RGB Percentages of Color #b75ffa

%34.66
%17.99
%47.35

CMYK Percentages of Color #b75ffa

%27
%62
%0
%2

Triadic Colors of #b75ffa

#b75ffa #fab75f #5ffab7

Analogous Colors of #b75ffa

#b75ffa #fa5ff0 #6a5ffa

Monochromatic Colors of #b75ffa

#b75ffa

Complementary Color

#b75ffa #a2fa5f

#b75ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75ffa Color CSS Codes

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

#b75ffa Text Font Color

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

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


#b75ffa Background Color

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

This div background color is #b75ffa


#b75ffa Border Color

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

This div border color is #b75ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.