Color Hex Logo

#b261db Color Hex

#B261DB
(178,97,219)
0 Favorites   0 Comments

Color spaces of #b261db

RGB 17897219
HSL0.780.630.62
HSV280°56°86°
CMYK 0.190.560.00   0.14
XYZ35.421023.128869.6153
Yxy23.12880.27640.1805
Hunter Lab48.092447.3070-52.1595
CIE-Lab55.204852.8964-49.5304

#b261db color RGB value is (178,97,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100001 11011011
Octal 262 141 333
Decimal 178 97 219
Hex B2 61 DB

RGB Percentages of Color #b261db

%36.03
%19.64
%44.33

CMYK Percentages of Color #b261db

%19
%56
%0
%14

Triadic Colors of #b261db

#b261db #dbb261 #61dbb2

Analogous Colors of #b261db

#b261db #db61c7 #7561db

Monochromatic Colors of #b261db

#b261db

Complementary Color

#b261db #8adb61

#b261db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b261db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b261db Color CSS Codes

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

#b261db Text Font Color

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

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


#b261db Background Color

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

This div background color is #b261db


#b261db Border Color

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

This div border color is #b261db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b261db


Comments

No comments written yet.

Please login to write comment.