Color Hex Logo

#b919dc Color Hex

#B919DC
(185,25,220)
0 Favorites   0 Comments

Color spaces of #b919dc

RGB 18525220
HSL0.800.800.48
HSV289°89°86°
CMYK 0.160.890.00   0.14
XYZ33.273516.176969.0789
Yxy16.17690.28070.1365
Hunter Lab40.220577.2830-73.6765
CIE-Lab47.205779.9514-62.8781

#b919dc color RGB value is (185,25,220).

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

The process color (four color CMYK) of #b919dc color hex is 0.16, 0.89, 0.00, 0.14. Web safe color of #b919dc is #cc00cc. Color #b919dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011001 11011100
Octal 271 31 334
Decimal 185 25 220
Hex B9 19 DC

RGB Percentages of Color #b919dc

%43.02
%5.81
%51.16

CMYK Percentages of Color #b919dc

%16
%89
%0
%14

Triadic Colors of #b919dc

#b919dc #dcb919 #19dcb9

Analogous Colors of #b919dc

#b919dc #dc199e #5819dc

Monochromatic Colors of #b919dc

#b919dc

Complementary Color

#b919dc #3cdc19

#b919dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b919dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b919dc Color CSS Codes

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

#b919dc Text Font Color

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

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


#b919dc Background Color

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

This div background color is #b919dc


#b919dc Border Color

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

This div border color is #b919dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b919dc


Comments

No comments written yet.

Please login to write comment.