Color Hex Logo

#b446ff Color Hex

#B446FF
(180,70,255)
0 Favorites   0 Comments

Color spaces of #b446ff

RGB 18070255
HSL0.771.000.64
HSV276°73°100°
CMYK 0.290.730.00   0.00
XYZ39.062521.303696.6609
Yxy21.30360.24880.1357
Hunter Lab46.155870.2951-91.8578
CIE-Lab53.280273.1225-72.7692

#b446ff color RGB value is (180,70,255).

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

The process color (four color CMYK) of #b446ff color hex is 0.29, 0.73, 0.00, 0.00. Web safe color of #b446ff is #cc33ff. Color #b446ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000110 11111111
Octal 264 106 377
Decimal 180 70 255
Hex B4 46 FF

RGB Percentages of Color #b446ff

%35.64
%13.86
%50.50

CMYK Percentages of Color #b446ff

%29
%73
%0
%0

Triadic Colors of #b446ff

#b446ff #ffb446 #46ffb4

Analogous Colors of #b446ff

#b446ff #ff46ee #5846ff

Monochromatic Colors of #b446ff

#b446ff

Complementary Color

#b446ff #91ff46

#b446ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b446ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b446ff Color CSS Codes

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

#b446ff Text Font Color

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

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


#b446ff Background Color

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

This div background color is #b446ff


#b446ff Border Color

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

This div border color is #b446ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b446ff

Related Colors


Comments

No comments written yet.

Please login to write comment.