Color Hex Logo

#b262db Color Hex

#B262DB
(178,98,219)
0 Favorites   0 Comments

Color spaces of #b262db

RGB 17898219
HSL0.780.630.62
HSV280°55°86°
CMYK 0.190.550.00   0.14
XYZ35.514023.314869.6463
Yxy23.31480.27640.1815
Hunter Lab48.285446.7876-51.7194
CIE-Lab55.395152.3905-49.2277

#b262db color RGB value is (178,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100010 11011011
Octal 262 142 333
Decimal 178 98 219
Hex B2 62 DB

RGB Percentages of Color #b262db

%35.96
%19.80
%44.24

CMYK Percentages of Color #b262db

%19
%55
%0
%14

Triadic Colors of #b262db

#b262db #dbb262 #62dbb2

Analogous Colors of #b262db

#b262db #db62c8 #7662db

Monochromatic Colors of #b262db

#b262db

Complementary Color

#b262db #8bdb62

#b262db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b262db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b262db Color CSS Codes

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

#b262db Text Font Color

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

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


#b262db Background Color

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

This div background color is #b262db


#b262db Border Color

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

This div border color is #b262db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b262db


Comments

No comments written yet.

Please login to write comment.