Color Hex Logo

#bd67fb Color Hex

#BD67FB
(189,103,251)
0 Favorites   0 Comments

Color spaces of #bd67fb

RGB 189103251
HSL0.760.950.69
HSV275°59°98°
CMYK 0.250.590.00   0.02
XYZ43.249127.484394.2923
Yxy27.48430.26210.1665
Hunter Lab52.425555.5114-69.9410
CIE-Lab59.419959.4907-60.6004

#bd67fb color RGB value is (189,103,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 11111011
Octal 275 147 373
Decimal 189 103 251
Hex BD 67 FB

RGB Percentages of Color #bd67fb

%34.81
%18.97
%46.22

CMYK Percentages of Color #bd67fb

%25
%59
%0
%2

Triadic Colors of #bd67fb

#bd67fb #fbbd67 #67fbbd

Analogous Colors of #bd67fb

#bd67fb #fb67ef #7367fb

Monochromatic Colors of #bd67fb

#bd67fb

Complementary Color

#bd67fb #a5fb67

#bd67fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd67fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd67fb Color CSS Codes

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

#bd67fb Text Font Color

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

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


#bd67fb Background Color

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

This div background color is #bd67fb


#bd67fb Border Color

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

This div border color is #bd67fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd67fb


Comments

No comments written yet.

Please login to write comment.