Color Hex Logo

#bb10d6 Color Hex

#BB10D6
(187,16,214)
0 Favorites   0 Comments

Color spaces of #bb10d6

RGB 18716214
HSL0.810.860.45
HSV292°93°84°
CMYK 0.130.930.00   0.16
XYZ32.816415.790464.9366
Yxy15.79040.28900.1391
Hunter Lab39.737177.8719-69.0730
CIE-Lab46.698380.5175-60.2469

#bb10d6 color RGB value is (187,16,214).

#bb10d6 hex color red value is 187, green value is 16 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bb10d6 hue: 0.81 , saturation: 0.86 and the lightness value of bb10d6 is 0.45.

The process color (four color CMYK) of #bb10d6 color hex is 0.13, 0.93, 0.00, 0.16. Web safe color of #bb10d6 is #cc00cc. Color #bb10d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010000 11010110
Octal 273 20 326
Decimal 187 16 214
Hex BB 10 D6

RGB Percentages of Color #bb10d6

%44.84
%3.84
%51.32

CMYK Percentages of Color #bb10d6

%13
%93
%0
%16

Triadic Colors of #bb10d6

#bb10d6 #d6bb10 #10d6bb

Analogous Colors of #bb10d6

#bb10d6 #d6108e #5810d6

Monochromatic Colors of #bb10d6

#bb10d6

Complementary Color

#bb10d6 #2bd610

#bb10d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb10d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb10d6 Color CSS Codes

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

#bb10d6 Text Font Color

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

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


#bb10d6 Background Color

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

This div background color is #bb10d6


#bb10d6 Border Color

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

This div border color is #bb10d6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,16,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb10d6


Comments

No comments written yet.

Please login to write comment.