Color Hex Logo

#b128ed Color Hex

#B128ED
(177,40,237)
0 Favorites   0 Comments

Color spaces of #b128ed

RGB 17740237
HSL0.780.850.54
HSV282°83°93°
CMYK 0.250.830.00   0.07
XYZ34.176316.979181.5968
Yxy16.97910.25740.1279
Hunter Lab41.205775.9392-88.5639
CIE-Lab48.233778.6792-70.9158

#b128ed color RGB value is (177,40,237).

#b128ed hex color red value is 177, green value is 40 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b128ed hue: 0.78 , saturation: 0.85 and the lightness value of b128ed is 0.54.

The process color (four color CMYK) of #b128ed color hex is 0.25, 0.83, 0.00, 0.07. Web safe color of #b128ed is #9933ff. Color #b128ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101000 11101101
Octal 261 50 355
Decimal 177 40 237
Hex B1 28 ED

RGB Percentages of Color #b128ed

%38.99
%8.81
%52.20

CMYK Percentages of Color #b128ed

%25
%83
%0
%7

Triadic Colors of #b128ed

#b128ed #edb128 #28edb1

Analogous Colors of #b128ed

#b128ed #ed28c7 #4f28ed

Monochromatic Colors of #b128ed

#b128ed

Complementary Color

#b128ed #64ed28

#b128ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b128ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b128ed Color CSS Codes

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

#b128ed Text Font Color

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

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


#b128ed Background Color

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

This div background color is #b128ed


#b128ed Border Color

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

This div border color is #b128ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b128ed


Comments

No comments written yet.

Please login to write comment.