Color Hex Logo

#b875fa Color Hex

#B875FA
(184,117,250)
0 Favorites   0 Comments

Color spaces of #b875fa

RGB 184117250
HSL0.750.930.72
HSV270°53°98°
CMYK 0.260.530.00   0.02
XYZ43.383829.815193.9108
Yxy29.81510.25960.1784
Hunter Lab54.603246.2677-63.7493
CIE-Lab61.494450.9481-56.7663

#b875fa color RGB value is (184,117,250).

#b875fa hex color red value is 184, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b875fa hue: 0.75 , saturation: 0.93 and the lightness value of b875fa is 0.72.

The process color (four color CMYK) of #b875fa color hex is 0.26, 0.53, 0.00, 0.02. Web safe color of #b875fa is #cc66ff. Color #b875fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110101 11111010
Octal 270 165 372
Decimal 184 117 250
Hex B8 75 FA

RGB Percentages of Color #b875fa

%33.39
%21.23
%45.37

CMYK Percentages of Color #b875fa

%26
%53
%0
%2

Triadic Colors of #b875fa

#b875fa #fab875 #75fab8

Analogous Colors of #b875fa

#b875fa #fa75fa #7675fa

Monochromatic Colors of #b875fa

#b875fa

Complementary Color

#b875fa #b7fa75

#b875fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b875fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b875fa Color CSS Codes

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

#b875fa Text Font Color

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

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


#b875fa Background Color

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

This div background color is #b875fa


#b875fa Border Color

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

This div border color is #b875fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b875fa


Comments

No comments written yet.

Please login to write comment.