Color Hex Logo

#b831ad Color Hex

#B831AD
(184,49,173)
0 Favorites   0 Comments

Color spaces of #b831ad

RGB 18449173
HSL0.850.580.46
HSV305°73°72°
CMYK 0.000.730.06   0.28
XYZ28.408315.404141.0112
Yxy15.40410.33490.1816
Hunter Lab39.248160.5167-34.4798
CIE-Lab46.182866.2728-37.2250

#b831ad color RGB value is (184,49,173).

#b831ad hex color red value is 184, green value is 49 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b831ad hue: 0.85 , saturation: 0.58 and the lightness value of b831ad is 0.46.

The process color (four color CMYK) of #b831ad color hex is 0.00, 0.73, 0.06, 0.28. Web safe color of #b831ad is #cc3399. Color #b831ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110001 10101101
Octal 270 61 255
Decimal 184 49 173
Hex B8 31 AD

RGB Percentages of Color #b831ad

%45.32
%12.07
%42.61

CMYK Percentages of Color #b831ad

%0
%73
%6
%28

Triadic Colors of #b831ad

#b831ad #adb831 #31adb8

Analogous Colors of #b831ad

#b831ad #b8316a #8031b8

Monochromatic Colors of #b831ad

#b831ad

Complementary Color

#b831ad #31b83c

#b831ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b831ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b831ad Color CSS Codes

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

#b831ad Text Font Color

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

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


#b831ad Background Color

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

This div background color is #b831ad


#b831ad Border Color

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

This div border color is #b831ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b831ad


Comments

No comments written yet.

Please login to write comment.