Color Hex Logo

#b412ff Color Hex

#B412FF
(180,18,255)
0 Favorites   0 Comments

Color spaces of #b412ff

RGB 18018255
HSL0.781.000.54
HSV281°93°100°
CMYK 0.290.930.00   0.00
XYZ37.088717.355996.0030
Yxy17.35590.24650.1154
Hunter Lab41.660486.0061-107.4666
CIE-Lab48.705486.4716-80.2197

#b412ff color RGB value is (180,18,255).

#b412ff hex color red value is 180, green value is 18 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b412ff hue: 0.78 , saturation: 1.00 and the lightness value of b412ff is 0.54.

The process color (four color CMYK) of #b412ff color hex is 0.29, 0.93, 0.00, 0.00. Web safe color of #b412ff is #cc00ff. Color #b412ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010010 11111111
Octal 264 22 377
Decimal 180 18 255
Hex B4 12 FF

RGB Percentages of Color #b412ff

%39.74
%3.97
%56.29

CMYK Percentages of Color #b412ff

%29
%93
%0
%0

Triadic Colors of #b412ff

#b412ff #ffb412 #12ffb4

Analogous Colors of #b412ff

#b412ff #ff12d4 #3e12ff

Monochromatic Colors of #b412ff

#b412ff

Complementary Color

#b412ff #5dff12

#b412ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b412ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b412ff Color CSS Codes

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

#b412ff Text Font Color

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

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


#b412ff Background Color

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

This div background color is #b412ff


#b412ff Border Color

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

This div border color is #b412ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b412ff


Comments

No comments written yet.

Please login to write comment.