Color Hex Logo

#b127fe Color Hex

#B127FE
(177,39,254)
0 Favorites   0 Comments

Color spaces of #b127fe

RGB 17739254
HSL0.770.990.57
HSV279°85°100°
CMYK 0.300.850.00   0.00
XYZ36.746417.953995.2946
Yxy17.95390.24500.1197
Hunter Lab42.372080.6499-103.6826
CIE-Lab49.440182.1770-78.4800

#b127fe color RGB value is (177,39,254).

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

The process color (four color CMYK) of #b127fe color hex is 0.30, 0.85, 0.00, 0.00. Web safe color of #b127fe is #9933ff. Color #b127fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100111 11111110
Octal 261 47 376
Decimal 177 39 254
Hex B1 27 FE

RGB Percentages of Color #b127fe

%37.66
%8.30
%54.04

CMYK Percentages of Color #b127fe

%30
%85
%0
%0

Triadic Colors of #b127fe

#b127fe #feb127 #27feb1

Analogous Colors of #b127fe

#b127fe #fe27e0 #4527fe

Monochromatic Colors of #b127fe

#b127fe

Complementary Color

#b127fe #74fe27

#b127fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b127fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b127fe Color CSS Codes

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

#b127fe Text Font Color

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

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


#b127fe Background Color

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

This div background color is #b127fe


#b127fe Border Color

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

This div border color is #b127fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b127fe


Comments

No comments written yet.

Please login to write comment.