Color Hex Logo

#b711fa Color Hex

#B711FA
(183,17,250)
0 Favorites   0 Comments

Color spaces of #b711fa

RGB 18317250
HSL0.790.960.52
HSV283°93°98°
CMYK 0.270.930.00   0.02
XYZ36.984217.370391.8460
Yxy17.37030.25300.1188
Hunter Lab41.677785.4624-101.4842
CIE-Lab48.723386.0510-77.3798

#b711fa color RGB value is (183,17,250).

#b711fa hex color red value is 183, green value is 17 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b711fa hue: 0.79 , saturation: 0.96 and the lightness value of b711fa is 0.52.

The process color (four color CMYK) of #b711fa color hex is 0.27, 0.93, 0.00, 0.02. Web safe color of #b711fa is #cc00ff. Color #b711fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010001 11111010
Octal 267 21 372
Decimal 183 17 250
Hex B7 11 FA

RGB Percentages of Color #b711fa

%40.67
%3.78
%55.56

CMYK Percentages of Color #b711fa

%27
%93
%0
%2

Triadic Colors of #b711fa

#b711fa #fab711 #11fab7

Analogous Colors of #b711fa

#b711fa #fa11c9 #4211fa

Monochromatic Colors of #b711fa

#b711fa

Complementary Color

#b711fa #54fa11

#b711fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b711fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b711fa Color CSS Codes

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

#b711fa Text Font Color

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

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


#b711fa Background Color

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

This div background color is #b711fa


#b711fa Border Color

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

This div border color is #b711fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,17,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b711fa

Related Colors


Comments

No comments written yet.

Please login to write comment.