Color Hex Logo

#bd6beb Color Hex

#BD6BEB
(189,107,235)
0 Favorites   0 Comments

Color spaces of #bd6beb

RGB 189107235
HSL0.770.760.67
HSV278°54°92°
CMYK 0.200.540.00   0.08
XYZ41.239427.332481.6994
Yxy27.33240.27440.1819
Hunter Lab52.280449.3122-56.0571
CIE-Lab59.280754.0391-51.9452

#bd6beb color RGB value is (189,107,235).

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

The process color (four color CMYK) of #bd6beb color hex is 0.20, 0.54, 0.00, 0.08. Web safe color of #bd6beb is #cc66ff. Color #bd6beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101011 11101011
Octal 275 153 353
Decimal 189 107 235
Hex BD 6B EB

RGB Percentages of Color #bd6beb

%35.59
%20.15
%44.26

CMYK Percentages of Color #bd6beb

%20
%54
%0
%8

Triadic Colors of #bd6beb

#bd6beb #ebbd6b #6bebbd

Analogous Colors of #bd6beb

#bd6beb #eb6bd9 #7d6beb

Monochromatic Colors of #bd6beb

#bd6beb

Complementary Color

#bd6beb #99eb6b

#bd6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6beb Color CSS Codes

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

#bd6beb Text Font Color

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

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


#bd6beb Background Color

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

This div background color is #bd6beb


#bd6beb Border Color

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

This div border color is #bd6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6beb


Comments

No comments written yet.

Please login to write comment.