Color Hex Logo

#b361f5 Color Hex

#B361F5
(179,97,245)
0 Favorites   0 Comments

Color spaces of #b361f5

RGB 17997245
HSL0.760.880.67
HSV273°60°96°
CMYK 0.270.600.00   0.04
XYZ39.346524.725789.0849
Yxy24.72570.25690.1614
Hunter Lab49.724954.2254-71.4138
CIE-Lab56.807258.8186-61.5291

#b361f5 color RGB value is (179,97,245).

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

The process color (four color CMYK) of #b361f5 color hex is 0.27, 0.60, 0.00, 0.04. Web safe color of #b361f5 is #cc66ff. Color #b361f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100001 11110101
Octal 263 141 365
Decimal 179 97 245
Hex B3 61 F5

RGB Percentages of Color #b361f5

%34.36
%18.62
%47.02

CMYK Percentages of Color #b361f5

%27
%60
%0
%4

Triadic Colors of #b361f5

#b361f5 #f5b361 #61f5b3

Analogous Colors of #b361f5

#b361f5 #f561ed #6961f5

Monochromatic Colors of #b361f5

#b361f5

Complementary Color

#b361f5 #a3f561

#b361f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b361f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b361f5 Color CSS Codes

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

#b361f5 Text Font Color

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

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


#b361f5 Background Color

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

This div background color is #b361f5


#b361f5 Border Color

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

This div border color is #b361f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b361f5


Comments

No comments written yet.

Please login to write comment.