Color Hex Logo

#b127bc Color Hex

#B127BC
(177,39,188)
0 Favorites   0 Comments

Color spaces of #b127bc

RGB 17739188
HSL0.820.660.45
HSV296°79°74°
CMYK 0.060.790.00   0.26
XYZ27.934114.429048.8897
Yxy14.42900.30610.1581
Hunter Lab37.985564.7921-49.7200
CIE-Lab44.842070.1815-48.2496

#b127bc color RGB value is (177,39,188).

#b127bc hex color red value is 177, green value is 39 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b127bc hue: 0.82 , saturation: 0.66 and the lightness value of b127bc is 0.45.

The process color (four color CMYK) of #b127bc color hex is 0.06, 0.79, 0.00, 0.26. Web safe color of #b127bc is #9933cc. Color #b127bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100111 10111100
Octal 261 47 274
Decimal 177 39 188
Hex B1 27 BC

RGB Percentages of Color #b127bc

%43.81
%9.65
%46.53

CMYK Percentages of Color #b127bc

%6
%79
%0
%26

Triadic Colors of #b127bc

#b127bc #bcb127 #27bcb1

Analogous Colors of #b127bc

#b127bc #bc277d #6727bc

Monochromatic Colors of #b127bc

#b127bc

Complementary Color

#b127bc #32bc27

#b127bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b127bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b127bc Color CSS Codes

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

#b127bc Text Font Color

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

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


#b127bc Background Color

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

This div background color is #b127bc


#b127bc Border Color

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

This div border color is #b127bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b127bc


Comments

No comments written yet.

Please login to write comment.