Color Hex Logo

#b124ff Color Hex

#B124FF
(177,36,255)
0 Favorites   0 Comments

Color spaces of #b124ff

RGB 17736255
HSL0.771.000.57
HSV279°86°100°
CMYK 0.310.860.00   0.00
XYZ36.812317.828996.1088
Yxy17.82890.24420.1183
Hunter Lab42.224381.7288-105.3959
CIE-Lab49.287983.0507-79.2857

#b124ff color RGB value is (177,36,255).

#b124ff hex color red value is 177, green value is 36 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b124ff hue: 0.77 , saturation: 1.00 and the lightness value of b124ff is 0.57.

The process color (four color CMYK) of #b124ff color hex is 0.31, 0.86, 0.00, 0.00. Web safe color of #b124ff is #9933ff. Color #b124ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100100 11111111
Octal 261 44 377
Decimal 177 36 255
Hex B1 24 FF

RGB Percentages of Color #b124ff

%37.82
%7.69
%54.49

CMYK Percentages of Color #b124ff

%31
%86
%0
%0

Triadic Colors of #b124ff

#b124ff #ffb124 #24ffb1

Analogous Colors of #b124ff

#b124ff #ff24e0 #4424ff

Monochromatic Colors of #b124ff

#b124ff

Complementary Color

#b124ff #72ff24

#b124ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b124ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b124ff Color CSS Codes

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

#b124ff Text Font Color

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

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


#b124ff Background Color

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

This div background color is #b124ff


#b124ff Border Color

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

This div border color is #b124ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,36,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b124ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b124ff;
  -webkit-box-shadow: 1px 1px 3px 2px #b124ff;
  box-shadow:         1px 1px 3px 2px #b124ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,36,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b124ff


Comments

No comments written yet.

Please login to write comment.