Color Hex Logo

#b128ae Color Hex

#B128AE
(177,40,174)
0 Favorites   0 Comments

Color spaces of #b128ae

RGB 17740174
HSL0.840.630.43
HSV301°77°69°
CMYK 0.000.770.02   0.31
XYZ26.530213.920741.3331
Yxy13.92070.32440.1702
Hunter Lab37.310561.6320-39.5651
CIE-Lab44.119067.6328-41.1601

#b128ae color RGB value is (177,40,174).

#b128ae hex color red value is 177, green value is 40 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b128ae hue: 0.84 , saturation: 0.63 and the lightness value of b128ae is 0.43.

The process color (four color CMYK) of #b128ae color hex is 0.00, 0.77, 0.02, 0.31. Web safe color of #b128ae is #993399. Color #b128ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101000 10101110
Octal 261 50 256
Decimal 177 40 174
Hex B1 28 AE

RGB Percentages of Color #b128ae

%45.27
%10.23
%44.50

CMYK Percentages of Color #b128ae

%0
%77
%2
%31

Triadic Colors of #b128ae

#b128ae #aeb128 #28aeb1

Analogous Colors of #b128ae

#b128ae #b1286a #7028b1

Monochromatic Colors of #b128ae

#b128ae

Complementary Color

#b128ae #28b12b

#b128ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b128ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b128ae Color CSS Codes

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

#b128ae Text Font Color

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

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


#b128ae Background Color

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

This div background color is #b128ae


#b128ae Border Color

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

This div border color is #b128ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b128ae


Comments

No comments written yet.

Please login to write comment.