Color Hex Logo

#b83fab Color Hex

#B83FAB
(184,63,171)
0 Favorites   0 Comments

Color spaces of #b83fab

RGB 18463171
HSL0.850.490.48
HSV306°66°72°
CMYK 0.000.660.07   0.28
XYZ28.895416.685640.2258
Yxy16.68560.33670.1945
Hunter Lab40.848054.7848-29.7933
CIE-Lab47.861460.9371-33.4028

#b83fab color RGB value is (184,63,171).

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

The process color (four color CMYK) of #b83fab color hex is 0.00, 0.66, 0.07, 0.28. Web safe color of #b83fab is #cc3399. Color #b83fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111111 10101011
Octal 270 77 253
Decimal 184 63 171
Hex B8 3F AB

RGB Percentages of Color #b83fab

%44.02
%15.07
%40.91

CMYK Percentages of Color #b83fab

%0
%66
%7
%28

Triadic Colors of #b83fab

#b83fab #abb83f #3fabb8

Analogous Colors of #b83fab

#b83fab #b83f6f #893fb8

Monochromatic Colors of #b83fab

#b83fab

Complementary Color

#b83fab #3fb84c

#b83fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83fab Color CSS Codes

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

#b83fab Text Font Color

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

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


#b83fab Background Color

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

This div background color is #b83fab


#b83fab Border Color

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

This div border color is #b83fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,63,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 #b83fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83fab


Comments

No comments written yet.

Please login to write comment.