Color Hex Logo

#b84cbc Color Hex

#B84CBC
(184,76,188)
0 Favorites   0 Comments

Color spaces of #b84cbc

RGB 18476188
HSL0.830.460.52
HSV298°60°74°
CMYK 0.020.600.00   0.26
XYZ31.428718.990149.5859
Yxy18.99010.31430.1899
Hunter Lab43.577652.4754-36.9603
CIE-Lab50.675658.3581-38.9151

#b84cbc color RGB value is (184,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001100 10111100
Octal 270 114 274
Decimal 184 76 188
Hex B8 4C BC

RGB Percentages of Color #b84cbc

%41.07
%16.96
%41.96

CMYK Percentages of Color #b84cbc

%2
%60
%0
%26

Triadic Colors of #b84cbc

#b84cbc #bcb84c #4cbcb8

Analogous Colors of #b84cbc

#b84cbc #bc4c88 #804cbc

Monochromatic Colors of #b84cbc

#b84cbc

Complementary Color

#b84cbc #50bc4c

#b84cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84cbc Color CSS Codes

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

#b84cbc Text Font Color

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

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


#b84cbc Background Color

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

This div background color is #b84cbc


#b84cbc Border Color

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

This div border color is #b84cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84cbc


Comments

No comments written yet.

Please login to write comment.