Color Hex Logo

#bd66fb Color Hex

#BD66FB
(189,102,251)
0 Favorites   0 Comments

Color spaces of #bd66fb

RGB 189102251
HSL0.760.950.69
HSV275°59°98°
CMYK 0.250.590.00   0.02
XYZ43.150227.286694.2594
Yxy27.28660.26200.1657
Hunter Lab52.236656.0365-70.4215
CIE-Lab59.238759.9786-60.8907

#bd66fb color RGB value is (189,102,251).

#bd66fb hex color red value is 189, green value is 102 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bd66fb hue: 0.76 , saturation: 0.95 and the lightness value of bd66fb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 11111011
Octal 275 146 373
Decimal 189 102 251
Hex BD 66 FB

RGB Percentages of Color #bd66fb

%34.87
%18.82
%46.31

CMYK Percentages of Color #bd66fb

%25
%59
%0
%2

Triadic Colors of #bd66fb

#bd66fb #fbbd66 #66fbbd

Analogous Colors of #bd66fb

#bd66fb #fb66ef #7366fb

Monochromatic Colors of #bd66fb

#bd66fb

Complementary Color

#bd66fb #a4fb66

#bd66fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd66fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd66fb Color CSS Codes

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

#bd66fb Text Font Color

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

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


#bd66fb Background Color

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

This div background color is #bd66fb


#bd66fb Border Color

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

This div border color is #bd66fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd66fb


Comments

No comments written yet.

Please login to write comment.