Color Hex Logo

#b84eb4 Color Hex

#B84EB4
(184,78,180)
0 Favorites   0 Comments

Color spaces of #b84eb4

RGB 18478180
HSL0.840.430.51
HSV302°58°72°
CMYK 0.000.580.02   0.28
XYZ30.729818.934445.2151
Yxy18.93440.32390.1996
Hunter Lab43.513749.9096-31.1487
CIE-Lab50.610456.0572-34.3668

#b84eb4 color RGB value is (184,78,180).

#b84eb4 hex color red value is 184, green value is 78 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #b84eb4 hue: 0.84 , saturation: 0.43 and the lightness value of b84eb4 is 0.51.

The process color (four color CMYK) of #b84eb4 color hex is 0.00, 0.58, 0.02, 0.28. Web safe color of #b84eb4 is #cc66cc. Color #b84eb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001110 10110100
Octal 270 116 264
Decimal 184 78 180
Hex B8 4E B4

RGB Percentages of Color #b84eb4

%41.63
%17.65
%40.72

CMYK Percentages of Color #b84eb4

%0
%58
%2
%28

Triadic Colors of #b84eb4

#b84eb4 #b4b84e #4eb4b8

Analogous Colors of #b84eb4

#b84eb4 #b84e7f #874eb8

Monochromatic Colors of #b84eb4

#b84eb4

Complementary Color

#b84eb4 #4eb852

#b84eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84eb4 Color CSS Codes

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

#b84eb4 Text Font Color

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

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


#b84eb4 Background Color

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

This div background color is #b84eb4


#b84eb4 Border Color

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

This div border color is #b84eb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84eb4


Comments

No comments written yet.

Please login to write comment.