Color Hex Logo

#b84a92 Color Hex

#B84A92
(184,74,146)
0 Favorites   0 Comments

Color spaces of #b84a92

RGB 18474146
HSL0.890.440.51
HSV321°60°72°
CMYK 0.000.600.21   0.28
XYZ27.404317.163229.0626
Yxy17.16320.37220.2331
Hunter Lab41.428545.5751-12.5927
CIE-Lab48.465052.4499-17.6254

#b84a92 color RGB value is (184,74,146).

#b84a92 hex color red value is 184, green value is 74 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b84a92 hue: 0.89 , saturation: 0.44 and the lightness value of b84a92 is 0.51.

The process color (four color CMYK) of #b84a92 color hex is 0.00, 0.60, 0.21, 0.28. Web safe color of #b84a92 is #cc3399. Color #b84a92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001010 10010010
Octal 270 112 222
Decimal 184 74 146
Hex B8 4A 92

RGB Percentages of Color #b84a92

%45.54
%18.32
%36.14

CMYK Percentages of Color #b84a92

%0
%60
%21
%28

Triadic Colors of #b84a92

#b84a92 #92b84a #4a92b8

Analogous Colors of #b84a92

#b84a92 #b84a5b #a74ab8

Monochromatic Colors of #b84a92

#b84a92

Complementary Color

#b84a92 #4ab870

#b84a92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84a92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84a92 Color CSS Codes

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

#b84a92 Text Font Color

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

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


#b84a92 Background Color

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

This div background color is #b84a92


#b84a92 Border Color

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

This div border color is #b84a92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84a92


Comments

No comments written yet.

Please login to write comment.