Color Hex Logo

#b519dd Color Hex

#B519DD
(181,25,221)
0 Favorites   0 Comments

Color spaces of #b519dd

RGB 18125221
HSL0.800.800.48
HSV288°89°87°
CMYK 0.180.890.00   0.13
XYZ32.454815.739569.7341
Yxy15.73950.27520.1335
Hunter Lab39.673076.5953-76.4441
CIE-Lab46.630879.5150-64.4109

#b519dd color RGB value is (181,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 11011101
Octal 265 31 335
Decimal 181 25 221
Hex B5 19 DD

RGB Percentages of Color #b519dd

%42.39
%5.85
%51.76

CMYK Percentages of Color #b519dd

%18
%89
%0
%13

Triadic Colors of #b519dd

#b519dd #ddb519 #19ddb5

Analogous Colors of #b519dd

#b519dd #dd19a3 #5319dd

Monochromatic Colors of #b519dd

#b519dd

Complementary Color

#b519dd #41dd19

#b519dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b519dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b519dd Color CSS Codes

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

#b519dd Text Font Color

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

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


#b519dd Background Color

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

This div background color is #b519dd


#b519dd Border Color

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

This div border color is #b519dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,25,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b519dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b519dd


Comments

No comments written yet.

Please login to write comment.