Color Hex Logo

#b361f8 Color Hex

#B361F8
(179,97,248)
0 Favorites   0 Comments

Color spaces of #b361f8

RGB 17997248
HSL0.760.920.68
HSV273°61°97°
CMYK 0.280.610.00   0.03
XYZ39.808424.910491.5170
Yxy24.91040.25480.1594
Hunter Lab49.910355.0283-73.7786
CIE-Lab56.988059.4917-62.9044

#b361f8 color RGB value is (179,97,248).

#b361f8 hex color red value is 179, green value is 97 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #b361f8 hue: 0.76 , saturation: 0.92 and the lightness value of b361f8 is 0.68.

The process color (four color CMYK) of #b361f8 color hex is 0.28, 0.61, 0.00, 0.03. Web safe color of #b361f8 is #cc66ff. Color #b361f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100001 11111000
Octal 263 141 370
Decimal 179 97 248
Hex B3 61 F8

RGB Percentages of Color #b361f8

%34.16
%18.51
%47.33

CMYK Percentages of Color #b361f8

%28
%61
%0
%3

Triadic Colors of #b361f8

#b361f8 #f8b361 #61f8b3

Analogous Colors of #b361f8

#b361f8 #f861f2 #6861f8

Monochromatic Colors of #b361f8

#b361f8

Complementary Color

#b361f8 #a6f861

#b361f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b361f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b361f8 Color CSS Codes

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

#b361f8 Text Font Color

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

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


#b361f8 Background Color

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

This div background color is #b361f8


#b361f8 Border Color

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

This div border color is #b361f8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,97,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b361f8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b361f8;
  -webkit-box-shadow: 1px 1px 3px 2px #b361f8;
  box-shadow:         1px 1px 3px 2px #b361f8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,97,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b361f8


Comments

No comments written yet.

Please login to write comment.