Color Hex Logo

#b128cc Color Hex

#B128CC
(177,40,204)
0 Favorites   0 Comments

Color spaces of #b128cc

RGB 17740204
HSL0.810.670.48
HSV290°80°80°
CMYK 0.130.800.00   0.20
XYZ29.789315.224358.4953
Yxy15.22430.28780.1471
Hunter Lab39.018367.9972-61.5733
CIE-Lab45.939972.6513-55.7933

#b128cc color RGB value is (177,40,204).

#b128cc hex color red value is 177, green value is 40 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b128cc hue: 0.81 , saturation: 0.67 and the lightness value of b128cc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101000 11001100
Octal 261 50 314
Decimal 177 40 204
Hex B1 28 CC

RGB Percentages of Color #b128cc

%42.04
%9.50
%48.46

CMYK Percentages of Color #b128cc

%13
%80
%0
%20

Triadic Colors of #b128cc

#b128cc #ccb128 #28ccb1

Analogous Colors of #b128cc

#b128cc #cc2895 #5f28cc

Monochromatic Colors of #b128cc

#b128cc

Complementary Color

#b128cc #43cc28

#b128cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b128cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b128cc Color CSS Codes

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

#b128cc Text Font Color

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

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


#b128cc Background Color

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

This div background color is #b128cc


#b128cc Border Color

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

This div border color is #b128cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b128cc


Comments

No comments written yet.

Please login to write comment.