Color Hex Logo

#b928dc Color Hex

#B928DC
(185,40,220)
0 Favorites   0 Comments

Color spaces of #b928dc

RGB 18540220
HSL0.800.720.51
HSV288°82°86°
CMYK 0.160.820.00   0.14
XYZ33.684616.999269.2159
Yxy16.99920.28090.1418
Hunter Lab41.230173.6802-70.6733
CIE-Lab48.259076.8566-61.1756

#b928dc color RGB value is (185,40,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00101000 11011100
Octal 271 50 334
Decimal 185 40 220
Hex B9 28 DC

RGB Percentages of Color #b928dc

%41.57
%8.99
%49.44

CMYK Percentages of Color #b928dc

%16
%82
%0
%14

Triadic Colors of #b928dc

#b928dc #dcb928 #28dcb9

Analogous Colors of #b928dc

#b928dc #dc28a5 #5f28dc

Monochromatic Colors of #b928dc

#b928dc

Complementary Color

#b928dc #4bdc28

#b928dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b928dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b928dc Color CSS Codes

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

#b928dc Text Font Color

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

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


#b928dc Background Color

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

This div background color is #b928dc


#b928dc Border Color

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

This div border color is #b928dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b928dc


Comments

No comments written yet.

Please login to write comment.