Color Hex Logo

#b439f7 Color Hex

#B439F7
(180,57,247)
0 Favorites   0 Comments

Color spaces of #b439f7

RGB 18057247
HSL0.770.920.60
HSV279°77°97°
CMYK 0.270.770.00   0.03
XYZ37.074019.345089.7756
Yxy19.34500.25360.1323
Hunter Lab43.983073.4906-90.2314
CIE-Lab51.088476.1516-71.8712

#b439f7 color RGB value is (180,57,247).

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

The process color (four color CMYK) of #b439f7 color hex is 0.27, 0.77, 0.00, 0.03. Web safe color of #b439f7 is #cc33ff. Color #b439f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 11110111
Octal 264 71 367
Decimal 180 57 247
Hex B4 39 F7

RGB Percentages of Color #b439f7

%37.19
%11.78
%51.03

CMYK Percentages of Color #b439f7

%27
%77
%0
%3

Triadic Colors of #b439f7

#b439f7 #f7b439 #39f7b4

Analogous Colors of #b439f7

#b439f7 #f739db #5539f7

Monochromatic Colors of #b439f7

#b439f7

Complementary Color

#b439f7 #7cf739

#b439f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b439f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b439f7 Color CSS Codes

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

#b439f7 Text Font Color

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

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


#b439f7 Background Color

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

This div background color is #b439f7


#b439f7 Border Color

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

This div border color is #b439f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b439f7


Comments

No comments written yet.

Please login to write comment.