Color Hex Logo

#b912bd Color Hex

#B912BD
(185,18,189)
0 Favorites   0 Comments

Color spaces of #b912bd

RGB 18518189
HSL0.830.830.41
HSV299°90°74°
CMYK 0.020.900.00   0.26
XYZ29.409214.421049.3776
Yxy14.42100.31550.1547
Hunter Lab37.975071.7806-50.5103
CIE-Lab44.830775.9814-48.7767

#b912bd color RGB value is (185,18,189).

#b912bd hex color red value is 185, green value is 18 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b912bd hue: 0.83 , saturation: 0.83 and the lightness value of b912bd is 0.41.

The process color (four color CMYK) of #b912bd color hex is 0.02, 0.90, 0.00, 0.26. Web safe color of #b912bd is #cc00cc. Color #b912bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010010 10111101
Octal 271 22 275
Decimal 185 18 189
Hex B9 12 BD

RGB Percentages of Color #b912bd

%47.19
%4.59
%48.21

CMYK Percentages of Color #b912bd

%2
%90
%0
%26

Triadic Colors of #b912bd

#b912bd #bdb912 #12bdb9

Analogous Colors of #b912bd

#b912bd #bd126c #6312bd

Monochromatic Colors of #b912bd

#b912bd

Complementary Color

#b912bd #16bd12

#b912bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b912bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b912bd Color CSS Codes

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

#b912bd Text Font Color

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

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


#b912bd Background Color

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

This div background color is #b912bd


#b912bd Border Color

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

This div border color is #b912bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b912bd


Comments

No comments written yet.

Please login to write comment.