Color Hex Logo

#b212bd Color Hex

#B212BD
(178,18,189)
0 Favorites   0 Comments

Color spaces of #b212bd

RGB 17818189
HSL0.820.830.41
HSV296°90°74°
CMYK 0.060.900.00   0.26
XYZ27.761713.571749.3005
Yxy13.57170.30630.1497
Hunter Lab36.839870.0443-53.5564
CIE-Lab43.612374.7965-50.7974

#b212bd color RGB value is (178,18,189).

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

The process color (four color CMYK) of #b212bd color hex is 0.06, 0.90, 0.00, 0.26. Web safe color of #b212bd is #9900cc. Color #b212bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010010 10111101
Octal 262 22 275
Decimal 178 18 189
Hex B2 12 BD

RGB Percentages of Color #b212bd

%46.23
%4.68
%49.09

CMYK Percentages of Color #b212bd

%6
%90
%0
%26

Triadic Colors of #b212bd

#b212bd #bdb212 #12bdb2

Analogous Colors of #b212bd

#b212bd #bd1273 #5c12bd

Monochromatic Colors of #b212bd

#b212bd

Complementary Color

#b212bd #1dbd12

#b212bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b212bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b212bd Color CSS Codes

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

#b212bd Text Font Color

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

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


#b212bd Background Color

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

This div background color is #b212bd


#b212bd Border Color

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

This div border color is #b212bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b212bd


Comments

No comments written yet.

Please login to write comment.