Color Hex Logo

#b831dc Color Hex

#B831DC
(184,49,220)
0 Favorites   0 Comments

Color spaces of #b831dc

RGB 18449220
HSL0.800.710.53
HSV287°78°86°
CMYK 0.160.780.00   0.14
XYZ33.783717.554369.3179
Yxy17.55430.28000.1455
Hunter Lab41.897970.6095-68.7638
CIE-Lab48.951074.2206-60.0670

#b831dc color RGB value is (184,49,220).

#b831dc hex color red value is 184, green value is 49 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b831dc hue: 0.80 , saturation: 0.71 and the lightness value of b831dc is 0.53.

The process color (four color CMYK) of #b831dc color hex is 0.16, 0.78, 0.00, 0.14. Web safe color of #b831dc is #cc33cc. Color #b831dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110001 11011100
Octal 270 61 334
Decimal 184 49 220
Hex B8 31 DC

RGB Percentages of Color #b831dc

%40.62
%10.82
%48.57

CMYK Percentages of Color #b831dc

%16
%78
%0
%14

Triadic Colors of #b831dc

#b831dc #dcb831 #31dcb8

Analogous Colors of #b831dc

#b831dc #dc31ab #6331dc

Monochromatic Colors of #b831dc

#b831dc

Complementary Color

#b831dc #55dc31

#b831dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b831dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b831dc Color CSS Codes

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

#b831dc Text Font Color

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

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


#b831dc Background Color

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

This div background color is #b831dc


#b831dc Border Color

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

This div border color is #b831dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b831dc


Comments

No comments written yet.

Please login to write comment.