Color Hex Logo

#b969fe Color Hex

#B969FE
(185,105,254)
0 Favorites   0 Comments

Color spaces of #b969fe

RGB 185105254
HSL0.760.990.70
HSV272°59°100°
CMYK 0.270.590.00   0.00
XYZ42.948627.573296.8245
Yxy27.57320.25660.1648
Hunter Lab52.510254.1041-72.5688
CIE-Lab59.501258.2478-62.1517

#b969fe color RGB value is (185,105,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 11111110
Octal 271 151 376
Decimal 185 105 254
Hex B9 69 FE

RGB Percentages of Color #b969fe

%34.01
%19.30
%46.69

CMYK Percentages of Color #b969fe

%27
%59
%0
%0

Triadic Colors of #b969fe

#b969fe #feb969 #69feb9

Analogous Colors of #b969fe

#b969fe #fe69f9 #6f69fe

Monochromatic Colors of #b969fe

#b969fe

Complementary Color

#b969fe #aefe69

#b969fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b969fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b969fe Color CSS Codes

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

#b969fe Text Font Color

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

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


#b969fe Background Color

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

This div background color is #b969fe


#b969fe Border Color

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

This div border color is #b969fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,105,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b969fe


Comments

No comments written yet.

Please login to write comment.