Color Hex Logo

#b84f87 Color Hex

#B84F87
(184,79,135)
0 Favorites   0 Comments

Color spaces of #b84f87

RGB 18479135
HSL0.910.430.52
HSV328°57°72°
CMYK 0.000.570.27   0.28
XYZ26.936317.531624.8859
Yxy17.53160.38840.2528
Hunter Lab41.870841.5588-5.9295
CIE-Lab48.923048.5848-10.3454

#b84f87 color RGB value is (184,79,135).

#b84f87 hex color red value is 184, green value is 79 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b84f87 hue: 0.91 , saturation: 0.43 and the lightness value of b84f87 is 0.52.

The process color (four color CMYK) of #b84f87 color hex is 0.00, 0.57, 0.27, 0.28. Web safe color of #b84f87 is #cc6699. Color #b84f87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001111 10000111
Octal 270 117 207
Decimal 184 79 135
Hex B8 4F 87

RGB Percentages of Color #b84f87

%46.23
%19.85
%33.92

CMYK Percentages of Color #b84f87

%0
%57
%27
%28

Triadic Colors of #b84f87

#b84f87 #87b84f #4f87b8

Analogous Colors of #b84f87

#b84f87 #b84f52 #b54fb8

Monochromatic Colors of #b84f87

#b84f87

Complementary Color

#b84f87 #4fb880

#b84f87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84f87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84f87 Color CSS Codes

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

#b84f87 Text Font Color

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

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


#b84f87 Background Color

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

This div background color is #b84f87


#b84f87 Border Color

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

This div border color is #b84f87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84f87


Comments

No comments written yet.

Please login to write comment.