Color Hex Logo

#b811f5 Color Hex

#B811F5
(184,17,245)
0 Favorites   0 Comments

Color spaces of #b811f5

RGB 18417245
HSL0.790.920.51
HSV284°93°96°
CMYK 0.250.930.00   0.04
XYZ36.449017.183887.7819
Yxy17.18380.25770.1215
Hunter Lab41.453384.4077-96.5356
CIE-Lab48.490885.2837-74.9512

#b811f5 color RGB value is (184,17,245).

#b811f5 hex color red value is 184, green value is 17 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b811f5 hue: 0.79 , saturation: 0.92 and the lightness value of b811f5 is 0.51.

The process color (four color CMYK) of #b811f5 color hex is 0.25, 0.93, 0.00, 0.04. Web safe color of #b811f5 is #cc00ff. Color #b811f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010001 11110101
Octal 270 21 365
Decimal 184 17 245
Hex B8 11 F5

RGB Percentages of Color #b811f5

%41.26
%3.81
%54.93

CMYK Percentages of Color #b811f5

%25
%93
%0
%4

Triadic Colors of #b811f5

#b811f5 #f5b811 #11f5b8

Analogous Colors of #b811f5

#b811f5 #f511c0 #4611f5

Monochromatic Colors of #b811f5

#b811f5

Complementary Color

#b811f5 #4ef511

#b811f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b811f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b811f5 Color CSS Codes

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

#b811f5 Text Font Color

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

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


#b811f5 Background Color

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

This div background color is #b811f5


#b811f5 Border Color

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

This div border color is #b811f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b811f5


Comments

No comments written yet.

Please login to write comment.