Color Hex Logo

#b912fe Color Hex

#B912FE
(185,18,254)
0 Favorites   0 Comments

Color spaces of #b912fe

RGB 18518254
HSL0.780.990.53
HSV282°93°100°
CMYK 0.270.930.00   0.00
XYZ38.113317.902795.2127
Yxy17.90270.25200.1184
Hunter Lab42.311686.7434-103.8007
CIE-Lab49.377986.9069-78.5325

#b912fe color RGB value is (185,18,254).

#b912fe hex color red value is 185, green value is 18 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b912fe hue: 0.78 , saturation: 0.99 and the lightness value of b912fe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010010 11111110
Octal 271 22 376
Decimal 185 18 254
Hex B9 12 FE

RGB Percentages of Color #b912fe

%40.48
%3.94
%55.58

CMYK Percentages of Color #b912fe

%27
%93
%0
%0

Triadic Colors of #b912fe

#b912fe #feb912 #12feb9

Analogous Colors of #b912fe

#b912fe #fe12cd #4312fe

Monochromatic Colors of #b912fe

#b912fe

Complementary Color

#b912fe #57fe12

#b912fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b912fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b912fe Color CSS Codes

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

#b912fe Text Font Color

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

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


#b912fe Background Color

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

This div background color is #b912fe


#b912fe Border Color

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

This div border color is #b912fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,18,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b912fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b912fe;
  -webkit-box-shadow: 1px 1px 3px 2px #b912fe;
  box-shadow:         1px 1px 3px 2px #b912fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,18,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b912fe

Related Colors


Comments

No comments written yet.

Please login to write comment.