Color Hex Logo

#bd6bff Color Hex

#BD6BFF
(189,107,255)
0 Favorites   0 Comments

Color spaces of #bd6bff

RGB 189107255
HSL0.761.000.71
HSV273°58°100°
CMYK 0.260.580.00   0.00
XYZ44.294028.554297.7847
Yxy28.55420.25960.1673
Hunter Lab53.436154.4481-71.0916
CIE-Lab60.386258.3985-61.2596

#bd6bff color RGB value is (189,107,255).

#bd6bff hex color red value is 189, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bd6bff hue: 0.76 , saturation: 1.00 and the lightness value of bd6bff is 0.71.

The process color (four color CMYK) of #bd6bff color hex is 0.26, 0.58, 0.00, 0.00. Web safe color of #bd6bff is #cc66ff. Color #bd6bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101011 11111111
Octal 275 153 377
Decimal 189 107 255
Hex BD 6B FF

RGB Percentages of Color #bd6bff

%34.30
%19.42
%46.28

CMYK Percentages of Color #bd6bff

%26
%58
%0
%0

Triadic Colors of #bd6bff

#bd6bff #ffbd6b #6bffbd

Analogous Colors of #bd6bff

#bd6bff #ff6bf7 #736bff

Monochromatic Colors of #bd6bff

#bd6bff

Complementary Color

#bd6bff #adff6b

#bd6bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6bff Color CSS Codes

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

#bd6bff Text Font Color

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

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


#bd6bff Background Color

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

This div background color is #bd6bff


#bd6bff Border Color

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

This div border color is #bd6bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6bff


Comments

No comments written yet.

Please login to write comment.