Color Hex Logo

#b128ea Color Hex

#B128EA
(177,40,234)
0 Favorites   0 Comments

Color spaces of #b128ea

RGB 17740234
HSL0.780.820.54
HSV282°83°92°
CMYK 0.240.830.00   0.08
XYZ33.741516.805279.3073
Yxy16.80520.25980.1294
Hunter Lab40.994175.1802-86.0066
CIE-Lab48.013678.1134-69.5799

#b128ea color RGB value is (177,40,234).

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

The process color (four color CMYK) of #b128ea color hex is 0.24, 0.83, 0.00, 0.08. Web safe color of #b128ea is #9933ff. Color #b128ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101000 11101010
Octal 261 50 352
Decimal 177 40 234
Hex B1 28 EA

RGB Percentages of Color #b128ea

%39.25
%8.87
%51.88

CMYK Percentages of Color #b128ea

%24
%83
%0
%8

Triadic Colors of #b128ea

#b128ea #eab128 #28eab1

Analogous Colors of #b128ea

#b128ea #ea28c2 #5028ea

Monochromatic Colors of #b128ea

#b128ea

Complementary Color

#b128ea #61ea28

#b128ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b128ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b128ea Color CSS Codes

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

#b128ea Text Font Color

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

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


#b128ea Background Color

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

This div background color is #b128ea


#b128ea Border Color

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

This div border color is #b128ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b128ea


Comments

No comments written yet.

Please login to write comment.