Color Hex Logo

#b82fdb Color Hex

#B82FDB
(184,47,219)
0 Favorites   0 Comments

Color spaces of #b82fdb

RGB 18447219
HSL0.800.700.52
HSV288°79°86°
CMYK 0.160.790.00   0.14
XYZ33.569917.337968.5950
Yxy17.33790.28090.1451
Hunter Lab41.638871.0418-68.5261
CIE-Lab48.683074.6271-59.9289

#b82fdb color RGB value is (184,47,219).

#b82fdb hex color red value is 184, green value is 47 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b82fdb hue: 0.80 , saturation: 0.70 and the lightness value of b82fdb is 0.52.

The process color (four color CMYK) of #b82fdb color hex is 0.16, 0.79, 0.00, 0.14. Web safe color of #b82fdb is #cc33cc. Color #b82fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101111 11011011
Octal 270 57 333
Decimal 184 47 219
Hex B8 2F DB

RGB Percentages of Color #b82fdb

%40.89
%10.44
%48.67

CMYK Percentages of Color #b82fdb

%16
%79
%0
%14

Triadic Colors of #b82fdb

#b82fdb #dbb82f #2fdbb8

Analogous Colors of #b82fdb

#b82fdb #db2fa8 #622fdb

Monochromatic Colors of #b82fdb

#b82fdb

Complementary Color

#b82fdb #52db2f

#b82fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82fdb Color CSS Codes

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

#b82fdb Text Font Color

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

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


#b82fdb Background Color

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

This div background color is #b82fdb


#b82fdb Border Color

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

This div border color is #b82fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82fdb


Comments

No comments written yet.

Please login to write comment.