Color Hex Logo

#b84eda Color Hex

#B84EDA
(184,78,218)
0 Favorites   0 Comments

Color spaces of #b84eda

RGB 18478218
HSL0.790.650.58
HSV285°64°85°
CMYK 0.160.640.00   0.15
XYZ35.146420.701168.4730
Yxy20.70110.28270.1665
Hunter Lab45.498558.2644-57.3797
CIE-Lab52.620863.1020-53.0379

#b84eda color RGB value is (184,78,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001110 11011010
Octal 270 116 332
Decimal 184 78 218
Hex B8 4E DA

RGB Percentages of Color #b84eda

%38.33
%16.25
%45.42

CMYK Percentages of Color #b84eda

%16
%64
%0
%15

Triadic Colors of #b84eda

#b84eda #dab84e #4edab8

Analogous Colors of #b84eda

#b84eda #da4eb6 #724eda

Monochromatic Colors of #b84eda

#b84eda

Complementary Color

#b84eda #70da4e

#b84eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84eda Color CSS Codes

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

#b84eda Text Font Color

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

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


#b84eda Background Color

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

This div background color is #b84eda


#b84eda Border Color

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

This div border color is #b84eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,78,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b84eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84eda


Comments

No comments written yet.

Please login to write comment.