Color Hex Logo

#b439ff Color Hex

#B439FF
(180,57,255)
0 Favorites   0 Comments

Color spaces of #b439ff

RGB 18057255
HSL0.771.000.61
HSV277°78°100°
CMYK 0.290.780.00   0.00
XYZ38.335519.849696.4186
Yxy19.84960.24800.1284
Hunter Lab44.552975.6226-97.1247
CIE-Lab51.666777.7563-75.3903

#b439ff color RGB value is (180,57,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 11111111
Octal 264 71 377
Decimal 180 57 255
Hex B4 39 FF

RGB Percentages of Color #b439ff

%36.59
%11.59
%51.83

CMYK Percentages of Color #b439ff

%29
%78
%0
%0

Triadic Colors of #b439ff

#b439ff #ffb439 #39ffb4

Analogous Colors of #b439ff

#b439ff #ff39e7 #5139ff

Monochromatic Colors of #b439ff

#b439ff

Complementary Color

#b439ff #84ff39

#b439ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b439ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b439ff Color CSS Codes

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

#b439ff Text Font Color

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

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


#b439ff Background Color

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

This div background color is #b439ff


#b439ff Border Color

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

This div border color is #b439ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b439ff

Related Colors


Comments

No comments written yet.

Please login to write comment.