Color Hex Logo

#b84bbf Color Hex

#B84BBF
(184,75,191)
0 Favorites   0 Comments

Color spaces of #b84bbf

RGB 18475191
HSL0.820.480.52
HSV296°61°75°
CMYK 0.040.610.00   0.25
XYZ31.687218.984151.2844
Yxy18.98410.31080.1862
Hunter Lab43.570753.5669-39.2870
CIE-Lab50.668659.3337-40.6645

#b84bbf color RGB value is (184,75,191).

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

The process color (four color CMYK) of #b84bbf color hex is 0.04, 0.61, 0.00, 0.25. Web safe color of #b84bbf is #cc33cc. Color #b84bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001011 10111111
Octal 270 113 277
Decimal 184 75 191
Hex B8 4B BF

RGB Percentages of Color #b84bbf

%40.89
%16.67
%42.44

CMYK Percentages of Color #b84bbf

%4
%61
%0
%25

Triadic Colors of #b84bbf

#b84bbf #bfb84b #4bbfb8

Analogous Colors of #b84bbf

#b84bbf #bf4b8c #7e4bbf

Monochromatic Colors of #b84bbf

#b84bbf

Complementary Color

#b84bbf #52bf4b

#b84bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84bbf Color CSS Codes

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

#b84bbf Text Font Color

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

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


#b84bbf Background Color

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

This div background color is #b84bbf


#b84bbf Border Color

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

This div border color is #b84bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84bbf


Comments

No comments written yet.

Please login to write comment.