Color Hex Logo

#b265db Color Hex

#B265DB
(178,101,219)
0 Favorites   0 Comments

Color spaces of #b265db

RGB 178101219
HSL0.780.620.63
HSV279°54°86°
CMYK 0.190.540.00   0.14
XYZ35.800023.886869.7416
Yxy23.88680.27660.1846
Hunter Lab48.874145.2205-50.3928
CIE-Lab55.974350.8583-48.3077

#b265db color RGB value is (178,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100101 11011011
Octal 262 145 333
Decimal 178 101 219
Hex B2 65 DB

RGB Percentages of Color #b265db

%35.74
%20.28
%43.98

CMYK Percentages of Color #b265db

%19
%54
%0
%14

Triadic Colors of #b265db

#b265db #dbb265 #65dbb2

Analogous Colors of #b265db

#b265db #db65c9 #7765db

Monochromatic Colors of #b265db

#b265db

Complementary Color

#b265db #8edb65

#b265db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b265db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b265db Color CSS Codes

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

#b265db Text Font Color

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

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


#b265db Background Color

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

This div background color is #b265db


#b265db Border Color

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

This div border color is #b265db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b265db


Comments

No comments written yet.

Please login to write comment.