Color Hex Logo

#b969fa Color Hex

#B969FA
(185,105,250)
0 Favorites   0 Comments

Color spaces of #b969fa

RGB 185105250
HSL0.760.940.70
HSV273°58°98°
CMYK 0.260.580.00   0.02
XYZ42.314527.319693.4855
Yxy27.31960.25940.1675
Hunter Lab52.268253.0382-69.4569
CIE-Lab59.269057.3509-60.3153

#b969fa color RGB value is (185,105,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 11111010
Octal 271 151 372
Decimal 185 105 250
Hex B9 69 FA

RGB Percentages of Color #b969fa

%34.26
%19.44
%46.30

CMYK Percentages of Color #b969fa

%26
%58
%0
%2

Triadic Colors of #b969fa

#b969fa #fab969 #69fab9

Analogous Colors of #b969fa

#b969fa #fa69f3 #7169fa

Monochromatic Colors of #b969fa

#b969fa

Complementary Color

#b969fa #aafa69

#b969fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b969fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b969fa Color CSS Codes

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

#b969fa Text Font Color

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

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


#b969fa Background Color

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

This div background color is #b969fa


#b969fa Border Color

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

This div border color is #b969fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b969fa


Comments

No comments written yet.

Please login to write comment.