Color Hex Logo

#b019dd Color Hex

#B019DD
(176,25,221)
0 Favorites   0 Comments

Color spaces of #b019dd

RGB 17625221
HSL0.800.800.48
HSV286°89°87°
CMYK 0.200.890.00   0.13
XYZ31.303315.145869.6802
Yxy15.14580.26960.1304
Hunter Lab38.917675.4703-78.9137
CIE-Lab45.833278.7700-65.7417

#b019dd color RGB value is (176,25,221).

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

The process color (four color CMYK) of #b019dd color hex is 0.20, 0.89, 0.00, 0.13. Web safe color of #b019dd is #9900cc. Color #b019dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011001 11011101
Octal 260 31 335
Decimal 176 25 221
Hex B0 19 DD

RGB Percentages of Color #b019dd

%41.71
%5.92
%52.37

CMYK Percentages of Color #b019dd

%20
%89
%0
%13

Triadic Colors of #b019dd

#b019dd #ddb019 #19ddb0

Analogous Colors of #b019dd

#b019dd #dd19a8 #4e19dd

Monochromatic Colors of #b019dd

#b019dd

Complementary Color

#b019dd #46dd19

#b019dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b019dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b019dd Color CSS Codes

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

#b019dd Text Font Color

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

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


#b019dd Background Color

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

This div background color is #b019dd


#b019dd Border Color

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

This div border color is #b019dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b019dd


Comments

No comments written yet.

Please login to write comment.