Color Hex Logo

#b84edb Color Hex

#B84EDB
(184,78,219)
0 Favorites   0 Comments

Color spaces of #b84edb

RGB 18478219
HSL0.790.660.58
HSV285°64°86°
CMYK 0.160.640.00   0.14
XYZ35.277720.753669.1643
Yxy20.75360.28180.1658
Hunter Lab45.556158.5034-58.1261
CIE-Lab52.678863.2985-53.5127

#b84edb color RGB value is (184,78,219).

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

The process color (four color CMYK) of #b84edb color hex is 0.16, 0.64, 0.00, 0.14. Web safe color of #b84edb is #cc66cc. Color #b84edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001110 11011011
Octal 270 116 333
Decimal 184 78 219
Hex B8 4E DB

RGB Percentages of Color #b84edb

%38.25
%16.22
%45.53

CMYK Percentages of Color #b84edb

%16
%64
%0
%14

Triadic Colors of #b84edb

#b84edb #dbb84e #4edbb8

Analogous Colors of #b84edb

#b84edb #db4eb8 #724edb

Monochromatic Colors of #b84edb

#b84edb

Complementary Color

#b84edb #71db4e

#b84edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84edb Color CSS Codes

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

#b84edb Text Font Color

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

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


#b84edb Background Color

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

This div background color is #b84edb


#b84edb Border Color

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

This div border color is #b84edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84edb


Comments

No comments written yet.

Please login to write comment.