Color Hex Logo

#b62bdb Color Hex

#B62BDB
(182,43,219)
0 Favorites   0 Comments

Color spaces of #b62bdb

RGB 18243219
HSL0.800.710.51
HSV287°80°86°
CMYK 0.170.800.00   0.14
XYZ32.941516.787368.5219
Yxy16.78730.27860.1420
Hunter Lab40.972371.8114-70.4757
CIE-Lab47.990975.3910-61.0612

#b62bdb color RGB value is (182,43,219).

#b62bdb hex color red value is 182, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b62bdb hue: 0.80 , saturation: 0.71 and the lightness value of b62bdb is 0.51.

The process color (four color CMYK) of #b62bdb color hex is 0.17, 0.80, 0.00, 0.14. Web safe color of #b62bdb is #cc33cc. Color #b62bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101011 11011011
Octal 266 53 333
Decimal 182 43 219
Hex B6 2B DB

RGB Percentages of Color #b62bdb

%40.99
%9.68
%49.32

CMYK Percentages of Color #b62bdb

%17
%80
%0
%14

Triadic Colors of #b62bdb

#b62bdb #dbb62b #2bdbb6

Analogous Colors of #b62bdb

#b62bdb #db2ba8 #5e2bdb

Monochromatic Colors of #b62bdb

#b62bdb

Complementary Color

#b62bdb #50db2b

#b62bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62bdb Color CSS Codes

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

#b62bdb Text Font Color

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

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


#b62bdb Background Color

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

This div background color is #b62bdb


#b62bdb Border Color

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

This div border color is #b62bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62bdb


Comments

No comments written yet.

Please login to write comment.