Color Hex Logo

#bd10ff Color Hex

#BD10FF
(189,16,255)
0 Favorites   0 Comments

Color spaces of #bd10ff

RGB 18916255
HSL0.791.000.53
HSV283°94°100°
CMYK 0.260.940.00   0.00
XYZ39.221618.409496.0939
Yxy18.40940.25510.1198
Hunter Lab42.906288.0855-102.7533
CIE-Lab49.988987.8128-78.0672

#bd10ff color RGB value is (189,16,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010000 11111111
Octal 275 20 377
Decimal 189 16 255
Hex BD 10 FF

RGB Percentages of Color #bd10ff

%41.09
%3.48
%55.43

CMYK Percentages of Color #bd10ff

%26
%94
%0
%0

Triadic Colors of #bd10ff

#bd10ff #ffbd10 #10ffbd

Analogous Colors of #bd10ff

#bd10ff #ff10ca #4610ff

Monochromatic Colors of #bd10ff

#bd10ff

Complementary Color

#bd10ff #52ff10

#bd10ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd10ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd10ff Color CSS Codes

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

#bd10ff Text Font Color

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

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


#bd10ff Background Color

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

This div background color is #bd10ff


#bd10ff Border Color

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

This div border color is #bd10ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd10ff


Comments

No comments written yet.

Please login to write comment.