Color Hex Logo

#bd11ef Color Hex

#BD11EF
(189,17,239)
0 Favorites   0 Comments

Color spaces of #bd11ef

RGB 18917239
HSL0.800.870.50
HSV286°93°94°
CMYK 0.210.930.00   0.06
XYZ36.766717.451783.0921
Yxy17.45170.26780.1271
Hunter Lab41.775283.9926-88.6868
CIE-Lab48.824284.8989-71.0006

#bd11ef color RGB value is (189,17,239).

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

The process color (four color CMYK) of #bd11ef color hex is 0.21, 0.93, 0.00, 0.06. Web safe color of #bd11ef is #cc00ff. Color #bd11ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 11101111
Octal 275 21 357
Decimal 189 17 239
Hex BD 11 EF

RGB Percentages of Color #bd11ef

%42.47
%3.82
%53.71

CMYK Percentages of Color #bd11ef

%21
%93
%0
%6

Triadic Colors of #bd11ef

#bd11ef #efbd11 #11efbd

Analogous Colors of #bd11ef

#bd11ef #ef11b2 #4e11ef

Monochromatic Colors of #bd11ef

#bd11ef

Complementary Color

#bd11ef #43ef11

#bd11ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd11ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd11ef Color CSS Codes

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

#bd11ef Text Font Color

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

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


#bd11ef Background Color

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

This div background color is #bd11ef


#bd11ef Border Color

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

This div border color is #bd11ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd11ef


Comments

No comments written yet.

Please login to write comment.