Color Hex Logo

#b127d6 Color Hex

#B127D6
(177,39,214)
0 Favorites   0 Comments

Color spaces of #b127d6

RGB 17739214
HSL0.800.690.50
HSV287°82°84°
CMYK 0.170.820.00   0.16
XYZ30.994615.653265.0061
Yxy15.65320.27760.1402
Hunter Lab39.564170.6000-69.7219
CIE-Lab46.516274.6875-60.6210

#b127d6 color RGB value is (177,39,214).

#b127d6 hex color red value is 177, green value is 39 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #b127d6 hue: 0.80 , saturation: 0.69 and the lightness value of b127d6 is 0.50.

The process color (four color CMYK) of #b127d6 color hex is 0.17, 0.82, 0.00, 0.16. Web safe color of #b127d6 is #9933cc. Color #b127d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100111 11010110
Octal 261 47 326
Decimal 177 39 214
Hex B1 27 D6

RGB Percentages of Color #b127d6

%41.16
%9.07
%49.77

CMYK Percentages of Color #b127d6

%17
%82
%0
%16

Triadic Colors of #b127d6

#b127d6 #d6b127 #27d6b1

Analogous Colors of #b127d6

#b127d6 #d627a4 #5927d6

Monochromatic Colors of #b127d6

#b127d6

Complementary Color

#b127d6 #4cd627

#b127d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b127d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b127d6 Color CSS Codes

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

#b127d6 Text Font Color

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

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


#b127d6 Background Color

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

This div background color is #b127d6


#b127d6 Border Color

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

This div border color is #b127d6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,39,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b127d6


Comments

No comments written yet.

Please login to write comment.