Color Hex Logo

#b251db Color Hex

#B251DB
(178,81,219)
0 Favorites   0 Comments

Color spaces of #b251db

RGB 17881219
HSL0.780.660.59
HSV282°63°86°
CMYK 0.190.630.00   0.14
XYZ34.088720.464369.1712
Yxy20.46430.27550.1654
Hunter Lab45.237555.3431-58.9922
CIE-Lab52.358160.5973-54.0712

#b251db color RGB value is (178,81,219).

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

The process color (four color CMYK) of #b251db color hex is 0.19, 0.63, 0.00, 0.14. Web safe color of #b251db is #9966cc. Color #b251db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 11011011
Octal 262 121 333
Decimal 178 81 219
Hex B2 51 DB

RGB Percentages of Color #b251db

%37.24
%16.95
%45.82

CMYK Percentages of Color #b251db

%19
%63
%0
%14

Triadic Colors of #b251db

#b251db #dbb251 #51dbb2

Analogous Colors of #b251db

#b251db #db51bf #6d51db

Monochromatic Colors of #b251db

#b251db

Complementary Color

#b251db #7adb51

#b251db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b251db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b251db Color CSS Codes

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

#b251db Text Font Color

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

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


#b251db Background Color

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

This div background color is #b251db


#b251db Border Color

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

This div border color is #b251db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,81,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b251db


Comments

No comments written yet.

Please login to write comment.