Color Hex Logo

#b95dfe Color Hex

#B95DFE
(185,93,254)
0 Favorites   0 Comments

Color spaces of #b95dfe

RGB 18593254
HSL0.760.990.68
HSV274°63°100°
CMYK 0.270.630.00   0.00
XYZ41.811325.298796.4454
Yxy25.29870.25560.1547
Hunter Lab50.297860.3614-78.4793
CIE-Lab57.365364.0371-65.5829

#b95dfe color RGB value is (185,93,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011101 11111110
Octal 271 135 376
Decimal 185 93 254
Hex B9 5D FE

RGB Percentages of Color #b95dfe

%34.77
%17.48
%47.74

CMYK Percentages of Color #b95dfe

%27
%63
%0
%0

Triadic Colors of #b95dfe

#b95dfe #feb95d #5dfeb9

Analogous Colors of #b95dfe

#b95dfe #fe5df3 #695dfe

Monochromatic Colors of #b95dfe

#b95dfe

Complementary Color

#b95dfe #a2fe5d

#b95dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95dfe Color CSS Codes

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

#b95dfe Text Font Color

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

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


#b95dfe Background Color

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

This div background color is #b95dfe


#b95dfe Border Color

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

This div border color is #b95dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95dfe


Comments

No comments written yet.

Please login to write comment.