Color Hex Logo

#b412bd Color Hex

#B412BD
(180,18,189)
0 Favorites   0 Comments

Color spaces of #b412bd

RGB 18018189
HSL0.820.830.41
HSV297°90°74°
CMYK 0.050.900.00   0.26
XYZ28.224013.810049.3221
Yxy13.81000.30890.1512
Hunter Lab37.161870.5357-52.6779
CIE-Lab43.959275.1326-50.2218

#b412bd color RGB value is (180,18,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010010 10111101
Octal 264 22 275
Decimal 180 18 189
Hex B4 12 BD

RGB Percentages of Color #b412bd

%46.51
%4.65
%48.84

CMYK Percentages of Color #b412bd

%5
%90
%0
%26

Triadic Colors of #b412bd

#b412bd #bdb412 #12bdb4

Analogous Colors of #b412bd

#b412bd #bd1271 #5f12bd

Monochromatic Colors of #b412bd

#b412bd

Complementary Color

#b412bd #1bbd12

#b412bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b412bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b412bd Color CSS Codes

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

#b412bd Text Font Color

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

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


#b412bd Background Color

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

This div background color is #b412bd


#b412bd Border Color

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

This div border color is #b412bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b412bd


Comments

No comments written yet.

Please login to write comment.