Color Hex Logo

#b114fc Color Hex

#B114FC
(177,20,252)
0 Favorites   0 Comments

Color spaces of #b114fc

RGB 17720252
HSL0.780.970.53
HSV281°92°99°
CMYK 0.300.920.00   0.01
XYZ35.952316.875793.4579
Yxy16.87570.24580.1154
Hunter Lab41.080084.3290-106.1299
CIE-Lab48.103085.2974-79.5483

#b114fc color RGB value is (177,20,252).

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

The process color (four color CMYK) of #b114fc color hex is 0.30, 0.92, 0.00, 0.01. Web safe color of #b114fc is #9900ff. Color #b114fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010100 11111100
Octal 261 24 374
Decimal 177 20 252
Hex B1 14 FC

RGB Percentages of Color #b114fc

%39.42
%4.45
%56.12

CMYK Percentages of Color #b114fc

%30
%92
%0
%1

Triadic Colors of #b114fc

#b114fc #fcb114 #14fcb1

Analogous Colors of #b114fc

#b114fc #fc14d3 #3d14fc

Monochromatic Colors of #b114fc

#b114fc

Complementary Color

#b114fc #5ffc14

#b114fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b114fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b114fc Color CSS Codes

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

#b114fc Text Font Color

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

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


#b114fc Background Color

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

This div background color is #b114fc


#b114fc Border Color

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

This div border color is #b114fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b114fc


Comments

No comments written yet.

Please login to write comment.