Color Hex Logo

#b519dc Color Hex

#B519DC
(181,25,220)
0 Favorites   0 Comments

Color spaces of #b519dc

RGB 18125220
HSL0.800.800.48
HSV288°89°86°
CMYK 0.180.890.00   0.14
XYZ32.322015.686369.0344
Yxy15.68630.27620.1340
Hunter Lab39.605976.3617-75.6202
CIE-Lab46.560279.3422-63.9542

#b519dc color RGB value is (181,25,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 11011100
Octal 265 31 334
Decimal 181 25 220
Hex B5 19 DC

RGB Percentages of Color #b519dc

%42.49
%5.87
%51.64

CMYK Percentages of Color #b519dc

%18
%89
%0
%14

Triadic Colors of #b519dc

#b519dc #dcb519 #19dcb5

Analogous Colors of #b519dc

#b519dc #dc19a2 #5419dc

Monochromatic Colors of #b519dc

#b519dc

Complementary Color

#b519dc #40dc19

#b519dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b519dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b519dc Color CSS Codes

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

#b519dc Text Font Color

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

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


#b519dc Background Color

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

This div background color is #b519dc


#b519dc Border Color

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

This div border color is #b519dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b519dc


Comments

No comments written yet.

Please login to write comment.