Color Hex Logo

#b84adb Color Hex

#B84ADB
(184,74,219)
0 Favorites   0 Comments

Color spaces of #b84adb

RGB 18474219
HSL0.790.670.57
HSV286°66°86°
CMYK 0.160.660.00   0.14
XYZ35.002120.202469.0725
Yxy20.20240.28160.1626
Hunter Lab44.947160.3477-59.6511
CIE-Lab52.065365.0046-54.4943

#b84adb color RGB value is (184,74,219).

#b84adb hex color red value is 184, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b84adb hue: 0.79 , saturation: 0.67 and the lightness value of b84adb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001010 11011011
Octal 270 112 333
Decimal 184 74 219
Hex B8 4A DB

RGB Percentages of Color #b84adb

%38.57
%15.51
%45.91

CMYK Percentages of Color #b84adb

%16
%66
%0
%14

Triadic Colors of #b84adb

#b84adb #dbb84a #4adbb8

Analogous Colors of #b84adb

#b84adb #db4ab6 #704adb

Monochromatic Colors of #b84adb

#b84adb

Complementary Color

#b84adb #6ddb4a

#b84adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84adb Color CSS Codes

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

#b84adb Text Font Color

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

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


#b84adb Background Color

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

This div background color is #b84adb


#b84adb Border Color

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

This div border color is #b84adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84adb


Comments

No comments written yet.

Please login to write comment.