color codes Logo

#b128dd color codes

#B128DD
(177,40,221)
0 Favorites   0 Comments

Color spaces of #b128dd

RGB 17740221
HSL0.790.730.51
HSV285°82°87°
CMYK 0.200.820.00   0.13
XYZ31.941416.085269.8279
Yxy16.08520.27100.1365
Hunter Lab40.106471.9744-75.1535
CIE-Lab47.086175.7003-63.7033

#b128dd color RGB value is (177,40,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101000 11011101
Octal 261 50 335
Decimal 177 40 221
Hex B1 28 DD

RGB Percentages of Color #b128dd

%40.41
%9.13
%50.46

CMYK Percentages of Color #b128dd

%20
%82
%0
%13

Triadic Colors of #b128dd

#b128dd #ddb128 #28ddb1

Analogous Colors of #b128dd

#b128dd #dd28af #5728dd

Monochromatic Colors of #b128dd

#b128dd

Complementary Color

#b128dd #54dd28

#b128dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b128dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b128dd Color CSS Codes

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

#b128dd Text Font Color

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

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


#b128dd Background Color

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

This div background color is #b128dd


#b128dd Border Color

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

This div border color is #b128dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b128dd


Comments

No comments written yet.

Please login to write comment.