Color Hex Logo

#b84fab Color Hex

#B84FAB
(184,79,171)
0 Favorites   0 Comments

Color spaces of #b84fab

RGB 18479171
HSL0.850.430.52
HSV307°57°72°
CMYK 0.000.570.07   0.28
XYZ29.913818.722640.5653
Yxy18.72260.33540.2099
Hunter Lab43.269647.6815-25.2957
CIE-Lab50.361154.0670-29.4957

#b84fab color RGB value is (184,79,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001111 10101011
Octal 270 117 253
Decimal 184 79 171
Hex B8 4F AB

RGB Percentages of Color #b84fab

%42.40
%18.20
%39.40

CMYK Percentages of Color #b84fab

%0
%57
%7
%28

Triadic Colors of #b84fab

#b84fab #abb84f #4fabb8

Analogous Colors of #b84fab

#b84fab #b84f77 #914fb8

Monochromatic Colors of #b84fab

#b84fab

Complementary Color

#b84fab #4fb85c

#b84fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84fab Color CSS Codes

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

#b84fab Text Font Color

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

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


#b84fab Background Color

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

This div background color is #b84fab


#b84fab Border Color

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

This div border color is #b84fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84fab


Comments

No comments written yet.

Please login to write comment.