Color Hex Logo

#bd96fb Color Hex

#BD96FB
(189,150,251)
0 Favorites   0 Comments

Color spaces of #bd96fb

RGB 189150251
HSL0.730.930.79
HSV263°40°98°
CMYK 0.250.400.00   0.02
XYZ49.305239.596596.3110
Yxy39.59650.26620.2138
Hunter Lab62.925729.7428-46.6983
CIE-Lab69.181234.5888-45.1215

#bd96fb color RGB value is (189,150,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 11111011
Octal 275 226 373
Decimal 189 150 251
Hex BD 96 FB

RGB Percentages of Color #bd96fb

%32.03
%25.42
%42.54

CMYK Percentages of Color #bd96fb

%25
%40
%0
%2

Triadic Colors of #bd96fb

#bd96fb #fbbd96 #96fbbd

Analogous Colors of #bd96fb

#bd96fb #f096fb #96a2fb

Monochromatic Colors of #bd96fb

#bd96fb

Complementary Color

#bd96fb #d4fb96

#bd96fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd96fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd96fb Color CSS Codes

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

#bd96fb Text Font Color

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

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


#bd96fb Background Color

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

This div background color is #bd96fb


#bd96fb Border Color

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

This div border color is #bd96fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd96fb


Comments

No comments written yet.

Please login to write comment.