Color Hex Logo

#b84ebe Color Hex

#B84EBE
(184,78,190)
0 Favorites   0 Comments

Color spaces of #b84ebe

RGB 18478190
HSL0.820.460.53
HSV297°59°75°
CMYK 0.030.590.00   0.25
XYZ31.785819.356850.7761
Yxy19.35680.31190.1899
Hunter Lab43.996451.9662-37.6290
CIE-Lab51.102157.8246-39.4013

#b84ebe color RGB value is (184,78,190).

#b84ebe hex color red value is 184, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b84ebe hue: 0.82 , saturation: 0.46 and the lightness value of b84ebe is 0.53.

The process color (four color CMYK) of #b84ebe color hex is 0.03, 0.59, 0.00, 0.25. Web safe color of #b84ebe is #cc66cc. Color #b84ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001110 10111110
Octal 270 116 276
Decimal 184 78 190
Hex B8 4E BE

RGB Percentages of Color #b84ebe

%40.71
%17.26
%42.04

CMYK Percentages of Color #b84ebe

%3
%59
%0
%25

Triadic Colors of #b84ebe

#b84ebe #beb84e #4ebeb8

Analogous Colors of #b84ebe

#b84ebe #be4e8c #804ebe

Monochromatic Colors of #b84ebe

#b84ebe

Complementary Color

#b84ebe #54be4e

#b84ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84ebe Color CSS Codes

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

#b84ebe Text Font Color

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

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


#b84ebe Background Color

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

This div background color is #b84ebe


#b84ebe Border Color

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

This div border color is #b84ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84ebe


Comments

No comments written yet.

Please login to write comment.