Color Hex Logo

#b83baa Color Hex

#B83BAA
(184,59,170)
0 Favorites   0 Comments

Color spaces of #b83baa

RGB 18459170
HSL0.850.510.48
HSV307°68°72°
CMYK 0.000.680.08   0.28
XYZ28.586816.220639.6544
Yxy16.22060.33850.1920
Hunter Lab40.274856.2172-30.1843
CIE-Lab47.262662.3171-33.7525

#b83baa color RGB value is (184,59,170).

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

The process color (four color CMYK) of #b83baa color hex is 0.00, 0.68, 0.08, 0.28. Web safe color of #b83baa is #cc3399. Color #b83baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111011 10101010
Octal 270 73 252
Decimal 184 59 170
Hex B8 3B AA

RGB Percentages of Color #b83baa

%44.55
%14.29
%41.16

CMYK Percentages of Color #b83baa

%0
%68
%8
%28

Triadic Colors of #b83baa

#b83baa #aab83b #3baab8

Analogous Colors of #b83baa

#b83baa #b83b6c #883bb8

Monochromatic Colors of #b83baa

#b83baa

Complementary Color

#b83baa #3bb849

#b83baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83baa Color CSS Codes

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

#b83baa Text Font Color

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

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


#b83baa Background Color

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

This div background color is #b83baa


#b83baa Border Color

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

This div border color is #b83baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83baa


Comments

No comments written yet.

Please login to write comment.