Color Hex Logo

#b711fc Color Hex

#B711FC
(183,17,252)
0 Favorites   0 Comments

Color spaces of #b711fc

RGB 18317252
HSL0.780.980.53
HSV282°93°99°
CMYK 0.270.930.00   0.01
XYZ37.299617.496593.5067
Yxy17.49650.25150.1180
Hunter Lab41.828885.9716-103.2603
CIE-Lab48.879686.4117-78.2424

#b711fc color RGB value is (183,17,252).

#b711fc hex color red value is 183, green value is 17 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b711fc hue: 0.78 , saturation: 0.98 and the lightness value of b711fc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010001 11111100
Octal 267 21 374
Decimal 183 17 252
Hex B7 11 FC

RGB Percentages of Color #b711fc

%40.49
%3.76
%55.75

CMYK Percentages of Color #b711fc

%27
%93
%0
%1

Triadic Colors of #b711fc

#b711fc #fcb711 #11fcb7

Analogous Colors of #b711fc

#b711fc #fc11cc #4211fc

Monochromatic Colors of #b711fc

#b711fc

Complementary Color

#b711fc #56fc11

#b711fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b711fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b711fc Color CSS Codes

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

#b711fc Text Font Color

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

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


#b711fc Background Color

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

This div background color is #b711fc


#b711fc Border Color

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

This div border color is #b711fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b711fc


Comments

No comments written yet.

Please login to write comment.