Color Hex Logo

#b561f4 Color Hex

#B561F4
(181,97,244)
0 Favorites   0 Comments

Color spaces of #b561f4

RGB 18197244
HSL0.760.870.67
HSV274°60°96°
CMYK 0.260.600.00   0.04
XYZ39.659924.904888.3048
Yxy24.90480.25940.1629
Hunter Lab49.904754.5230-69.9785
CIE-Lab56.982559.0495-60.6791

#b561f4 color RGB value is (181,97,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100001 11110100
Octal 265 141 364
Decimal 181 97 244
Hex B5 61 F4

RGB Percentages of Color #b561f4

%34.67
%18.58
%46.74

CMYK Percentages of Color #b561f4

%26
%60
%0
%4

Triadic Colors of #b561f4

#b561f4 #f4b561 #61f4b5

Analogous Colors of #b561f4

#b561f4 #f461ea #6c61f4

Monochromatic Colors of #b561f4

#b561f4

Complementary Color

#b561f4 #a0f461

#b561f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b561f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b561f4 Color CSS Codes

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

#b561f4 Text Font Color

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

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


#b561f4 Background Color

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

This div background color is #b561f4


#b561f4 Border Color

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

This div border color is #b561f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b561f4


Comments

No comments written yet.

Please login to write comment.