Color Hex Logo

#bd11ff Color Hex

#BD11FF
(189,17,255)
0 Favorites   0 Comments

Color spaces of #bd11ff

RGB 18917255
HSL0.791.000.53
HSV283°93°100°
CMYK 0.260.930.00   0.00
XYZ39.236718.439796.0990
Yxy18.43970.25520.1199
Hunter Lab42.941587.9524-102.6264
CIE-Lab50.025187.7046-78.0082

#bd11ff color RGB value is (189,17,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 11111111
Octal 275 21 377
Decimal 189 17 255
Hex BD 11 FF

RGB Percentages of Color #bd11ff

%41.00
%3.69
%55.31

CMYK Percentages of Color #bd11ff

%26
%93
%0
%0

Triadic Colors of #bd11ff

#bd11ff #ffbd11 #11ffbd

Analogous Colors of #bd11ff

#bd11ff #ff11ca #4611ff

Monochromatic Colors of #bd11ff

#bd11ff

Complementary Color

#bd11ff #53ff11

#bd11ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd11ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd11ff Color CSS Codes

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

#bd11ff Text Font Color

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

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


#bd11ff Background Color

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

This div background color is #bd11ff


#bd11ff Border Color

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

This div border color is #bd11ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd11ff

Related Colors


Comments

No comments written yet.

Please login to write comment.