Color Hex Logo

#bd94fb Color Hex

#BD94FB
(189,148,251)
0 Favorites   0 Comments

Color spaces of #bd94fb

RGB 189148251
HSL0.730.930.78
HSV264°41°98°
CMYK 0.250.410.00   0.02
XYZ48.988838.963796.2055
Yxy38.96370.26600.2116
Hunter Lab62.420930.8527-47.6854
CIE-Lab68.725035.6940-45.8379

#bd94fb color RGB value is (189,148,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 11111011
Octal 275 224 373
Decimal 189 148 251
Hex BD 94 FB

RGB Percentages of Color #bd94fb

%32.14
%25.17
%42.69

CMYK Percentages of Color #bd94fb

%25
%41
%0
%2

Triadic Colors of #bd94fb

#bd94fb #fbbd94 #94fbbd

Analogous Colors of #bd94fb

#bd94fb #f194fb #949ffb

Monochromatic Colors of #bd94fb

#bd94fb

Complementary Color

#bd94fb #d2fb94

#bd94fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd94fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd94fb Color CSS Codes

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

#bd94fb Text Font Color

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

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


#bd94fb Background Color

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

This div background color is #bd94fb


#bd94fb Border Color

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

This div border color is #bd94fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd94fb

Related Colors


Comments

No comments written yet.

Please login to write comment.