Color Hex Logo

#b127de Color Hex

#B127DE
(177,39,222)
0 Favorites   0 Comments

Color spaces of #b127de

RGB 17739222
HSL0.790.730.51
HSV285°82°87°
CMYK 0.200.820.00   0.13
XYZ32.041816.072170.5207
Yxy16.07210.27010.1355
Hunter Lab40.090072.5079-76.2316
CIE-Lab47.068976.1380-64.3014

#b127de color RGB value is (177,39,222).

#b127de hex color red value is 177, green value is 39 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b127de hue: 0.79 , saturation: 0.73 and the lightness value of b127de is 0.51.

The process color (four color CMYK) of #b127de color hex is 0.20, 0.82, 0.00, 0.13. Web safe color of #b127de is #9933cc. Color #b127de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100111 11011110
Octal 261 47 336
Decimal 177 39 222
Hex B1 27 DE

RGB Percentages of Color #b127de

%40.41
%8.90
%50.68

CMYK Percentages of Color #b127de

%20
%82
%0
%13

Triadic Colors of #b127de

#b127de #deb127 #27deb1

Analogous Colors of #b127de

#b127de #de27b0 #5627de

Monochromatic Colors of #b127de

#b127de

Complementary Color

#b127de #54de27

#b127de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b127de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b127de Color CSS Codes

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

#b127de Text Font Color

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

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


#b127de Background Color

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

This div background color is #b127de


#b127de Border Color

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

This div border color is #b127de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b127de


Comments

No comments written yet.

Please login to write comment.