Color Hex Logo

#b151dd Color Hex

#B151DD
(177,81,221)
0 Favorites   0 Comments

Color spaces of #b151dd

RGB 17781221
HSL0.780.670.59
HSV281°63°87°
CMYK 0.200.630.00   0.13
XYZ34.125020.452470.5557
Yxy20.45240.27270.1634
Hunter Lab45.224355.5485-60.8429
CIE-Lab52.344960.7805-55.2335

#b151dd color RGB value is (177,81,221).

#b151dd hex color red value is 177, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b151dd hue: 0.78 , saturation: 0.67 and the lightness value of b151dd is 0.59.

The process color (four color CMYK) of #b151dd color hex is 0.20, 0.63, 0.00, 0.13. Web safe color of #b151dd is #9966cc. Color #b151dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010001 11011101
Octal 261 121 335
Decimal 177 81 221
Hex B1 51 DD

RGB Percentages of Color #b151dd

%36.95
%16.91
%46.14

CMYK Percentages of Color #b151dd

%20
%63
%0
%13

Triadic Colors of #b151dd

#b151dd #ddb151 #51ddb1

Analogous Colors of #b151dd

#b151dd #dd51c3 #6b51dd

Monochromatic Colors of #b151dd

#b151dd

Complementary Color

#b151dd #7ddd51

#b151dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b151dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b151dd Color CSS Codes

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

#b151dd Text Font Color

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

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


#b151dd Background Color

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

This div background color is #b151dd


#b151dd Border Color

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

This div border color is #b151dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,81,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 #b151dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b151dd


Comments

No comments written yet.

Please login to write comment.