Color Hex Logo

#bd11eb Color Hex

#BD11EB
(189,17,235)
0 Favorites   0 Comments

Color spaces of #bd11eb

RGB 18917235
HSL0.800.870.49
HSV287°93°92°
CMYK 0.200.930.00   0.08
XYZ36.182117.217980.0136
Yxy17.21790.27120.1291
Hunter Lab41.494583.0321-85.2826
CIE-Lab48.533484.2111-69.2164

#bd11eb color RGB value is (189,17,235).

#bd11eb hex color red value is 189, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd11eb hue: 0.80 , saturation: 0.87 and the lightness value of bd11eb is 0.49.

The process color (four color CMYK) of #bd11eb color hex is 0.20, 0.93, 0.00, 0.08. Web safe color of #bd11eb is #cc00ff. Color #bd11eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 11101011
Octal 275 21 353
Decimal 189 17 235
Hex BD 11 EB

RGB Percentages of Color #bd11eb

%42.86
%3.85
%53.29

CMYK Percentages of Color #bd11eb

%20
%93
%0
%8

Triadic Colors of #bd11eb

#bd11eb #ebbd11 #11ebbd

Analogous Colors of #bd11eb

#bd11eb #eb11ac #5011eb

Monochromatic Colors of #bd11eb

#bd11eb

Complementary Color

#bd11eb #3feb11

#bd11eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd11eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd11eb Color CSS Codes

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

#bd11eb Text Font Color

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

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


#bd11eb Background Color

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

This div background color is #bd11eb


#bd11eb Border Color

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

This div border color is #bd11eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd11eb


Comments

No comments written yet.

Please login to write comment.