Color Hex Logo

#bd95fb Color Hex

#BD95FB
(189,149,251)
0 Favorites   0 Comments

Color spaces of #bd95fb

RGB 189149251
HSL0.730.930.78
HSV264°41°98°
CMYK 0.250.410.00   0.02
XYZ49.146339.278796.2581
Yxy39.27870.26610.2127
Hunter Lab62.672730.2977-47.1917
CIE-Lab68.952735.1416-45.4803

#bd95fb color RGB value is (189,149,251).

#bd95fb hex color red value is 189, green value is 149 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bd95fb hue: 0.73 , saturation: 0.93 and the lightness value of bd95fb is 0.78.

The process color (four color CMYK) of #bd95fb color hex is 0.25, 0.41, 0.00, 0.02. Web safe color of #bd95fb is #cc99ff. Color #bd95fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 11111011
Octal 275 225 373
Decimal 189 149 251
Hex BD 95 FB

RGB Percentages of Color #bd95fb

%32.09
%25.30
%42.61

CMYK Percentages of Color #bd95fb

%25
%41
%0
%2

Triadic Colors of #bd95fb

#bd95fb #fbbd95 #95fbbd

Analogous Colors of #bd95fb

#bd95fb #f095fb #95a0fb

Monochromatic Colors of #bd95fb

#bd95fb

Complementary Color

#bd95fb #d3fb95

#bd95fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd95fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd95fb Color CSS Codes

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

#bd95fb Text Font Color

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

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


#bd95fb Background Color

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

This div background color is #bd95fb


#bd95fb Border Color

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

This div border color is #bd95fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,149,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd95fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd95fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bd95fb;
  box-shadow:         1px 1px 3px 2px #bd95fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,149,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd95fb

Related Colors


Comments

No comments written yet.

Please login to write comment.