Color Hex Logo

#b84cbe Color Hex

#B84CBE
(184,76,190)
0 Favorites   0 Comments

Color spaces of #b84cbe

RGB 18476190
HSL0.820.470.52
HSV297°60°75°
CMYK 0.030.600.00   0.25
XYZ31.645919.076950.7295
Yxy19.07690.31190.1880
Hunter Lab43.677152.8958-38.2894
CIE-Lab50.777158.7156-39.9142

#b84cbe color RGB value is (184,76,190).

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

The process color (four color CMYK) of #b84cbe color hex is 0.03, 0.60, 0.00, 0.25. Web safe color of #b84cbe is #cc33cc. Color #b84cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001100 10111110
Octal 270 114 276
Decimal 184 76 190
Hex B8 4C BE

RGB Percentages of Color #b84cbe

%40.89
%16.89
%42.22

CMYK Percentages of Color #b84cbe

%3
%60
%0
%25

Triadic Colors of #b84cbe

#b84cbe #beb84c #4cbeb8

Analogous Colors of #b84cbe

#b84cbe #be4c8b #7f4cbe

Monochromatic Colors of #b84cbe

#b84cbe

Complementary Color

#b84cbe #52be4c

#b84cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84cbe Color CSS Codes

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

#b84cbe Text Font Color

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

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


#b84cbe Background Color

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

This div background color is #b84cbe


#b84cbe Border Color

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

This div border color is #b84cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84cbe


Comments

No comments written yet.

Please login to write comment.