Color Hex Logo

#b128de Color Hex

#B128DE
(177,40,222)
0 Favorites   0 Comments

Color spaces of #b128de

RGB 17740222
HSL0.790.730.51
HSV285°82°87°
CMYK 0.200.820.00   0.13
XYZ32.075116.138670.5318
Yxy16.13860.27010.1359
Hunter Lab40.172972.2166-75.9749
CIE-Lab47.155875.8841-64.1607

#b128de color RGB value is (177,40,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101000 11011110
Octal 261 50 336
Decimal 177 40 222
Hex B1 28 DE

RGB Percentages of Color #b128de

%40.32
%9.11
%50.57

CMYK Percentages of Color #b128de

%20
%82
%0
%13

Triadic Colors of #b128de

#b128de #deb128 #28deb1

Analogous Colors of #b128de

#b128de #de28b0 #5628de

Monochromatic Colors of #b128de

#b128de

Complementary Color

#b128de #55de28

#b128de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b128de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b128de Color CSS Codes

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

#b128de Text Font Color

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

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


#b128de Background Color

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

This div background color is #b128de


#b128de Border Color

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

This div border color is #b128de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b128de


Comments

No comments written yet.

Please login to write comment.