Color Hex Logo

#b819dc Color Hex

#B819DC
(184,25,220)
0 Favorites   0 Comments

Color spaces of #b819dc

RGB 18425220
HSL0.800.800.48
HSV289°89°86°
CMYK 0.160.890.00   0.14
XYZ33.033116.052969.0676
Yxy16.05290.27960.1359
Hunter Lab40.066177.0515-74.1604
CIE-Lab47.043879.7985-63.1479

#b819dc color RGB value is (184,25,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011001 11011100
Octal 270 31 334
Decimal 184 25 220
Hex B8 19 DC

RGB Percentages of Color #b819dc

%42.89
%5.83
%51.28

CMYK Percentages of Color #b819dc

%16
%89
%0
%14

Triadic Colors of #b819dc

#b819dc #dcb819 #19dcb8

Analogous Colors of #b819dc

#b819dc #dc199f #5719dc

Monochromatic Colors of #b819dc

#b819dc

Complementary Color

#b819dc #3ddc19

#b819dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b819dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b819dc Color CSS Codes

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

#b819dc Text Font Color

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

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


#b819dc Background Color

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

This div background color is #b819dc


#b819dc Border Color

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

This div border color is #b819dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b819dc


Comments

No comments written yet.

Please login to write comment.