Color Hex Logo

#b84bbd Color Hex

#B84BBD
(184,75,189)
0 Favorites   0 Comments

Color spaces of #b84bbd

RGB 18475189
HSL0.830.460.52
HSV297°60°74°
CMYK 0.030.600.00   0.26
XYZ31.468518.896650.1329
Yxy18.89660.31310.1880
Hunter Lab43.470253.1449-37.9482
CIE-Lab50.566058.9765-39.6679

#b84bbd color RGB value is (184,75,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001011 10111101
Octal 270 113 275
Decimal 184 75 189
Hex B8 4B BD

RGB Percentages of Color #b84bbd

%41.07
%16.74
%42.19

CMYK Percentages of Color #b84bbd

%3
%60
%0
%26

Triadic Colors of #b84bbd

#b84bbd #bdb84b #4bbdb8

Analogous Colors of #b84bbd

#b84bbd #bd4b89 #7f4bbd

Monochromatic Colors of #b84bbd

#b84bbd

Complementary Color

#b84bbd #50bd4b

#b84bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84bbd Color CSS Codes

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

#b84bbd Text Font Color

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

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


#b84bbd Background Color

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

This div background color is #b84bbd


#b84bbd Border Color

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

This div border color is #b84bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84bbd


Comments

No comments written yet.

Please login to write comment.