Color Hex Logo

#b312bd Color Hex

#B312BD
(179,18,189)
0 Favorites   0 Comments

Color spaces of #b312bd

RGB 17918189
HSL0.820.830.41
HSV296°90°74°
CMYK 0.050.900.00   0.26
XYZ27.992013.690449.3113
Yxy13.69040.30760.1505
Hunter Lab37.000570.2896-53.1165
CIE-Lab43.785674.9643-50.5099

#b312bd color RGB value is (179,18,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010010 10111101
Octal 263 22 275
Decimal 179 18 189
Hex B3 12 BD

RGB Percentages of Color #b312bd

%46.37
%4.66
%48.96

CMYK Percentages of Color #b312bd

%5
%90
%0
%26

Triadic Colors of #b312bd

#b312bd #bdb312 #12bdb3

Analogous Colors of #b312bd

#b312bd #bd1272 #5d12bd

Monochromatic Colors of #b312bd

#b312bd

Complementary Color

#b312bd #1cbd12

#b312bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b312bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b312bd Color CSS Codes

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

#b312bd Text Font Color

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

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


#b312bd Background Color

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

This div background color is #b312bd


#b312bd Border Color

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

This div border color is #b312bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b312bd


Comments

No comments written yet.

Please login to write comment.