Color Hex Logo

#b931dc Color Hex

#B931DC
(185,49,220)
0 Favorites   0 Comments

Color spaces of #b931dc

RGB 18549220
HSL0.800.710.53
HSV288°78°86°
CMYK 0.160.780.00   0.14
XYZ34.024217.678269.3291
Yxy17.67820.28110.1461
Hunter Lab42.045570.8670-68.3320
CIE-Lab49.103474.4020-59.8134

#b931dc color RGB value is (185,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110001 11011100
Octal 271 61 334
Decimal 185 49 220
Hex B9 31 DC

RGB Percentages of Color #b931dc

%40.75
%10.79
%48.46

CMYK Percentages of Color #b931dc

%16
%78
%0
%14

Triadic Colors of #b931dc

#b931dc #dcb931 #31dcb9

Analogous Colors of #b931dc

#b931dc #dc31aa #6331dc

Monochromatic Colors of #b931dc

#b931dc

Complementary Color

#b931dc #54dc31

#b931dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b931dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b931dc Color CSS Codes

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

#b931dc Text Font Color

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

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


#b931dc Background Color

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

This div background color is #b931dc


#b931dc Border Color

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

This div border color is #b931dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b931dc


Comments

No comments written yet.

Please login to write comment.