Color Hex Logo

#b50cdb Color Hex

#B50CDB
(181,12,219)
0 Favorites   0 Comments

Color spaces of #b50cdb

RGB 18112219
HSL0.800.900.45
HSV289°95°86°
CMYK 0.170.950.00   0.14
XYZ31.973715.201268.2668
Yxy15.20120.27700.1317
Hunter Lab38.988778.1533-76.5210
CIE-Lab45.908580.8930-64.4385

#b50cdb color RGB value is (181,12,219).

#b50cdb hex color red value is 181, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b50cdb hue: 0.80 , saturation: 0.90 and the lightness value of b50cdb is 0.45.

The process color (four color CMYK) of #b50cdb color hex is 0.17, 0.95, 0.00, 0.14. Web safe color of #b50cdb is #cc00cc. Color #b50cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001100 11011011
Octal 265 14 333
Decimal 181 12 219
Hex B5 C DB

RGB Percentages of Color #b50cdb

%43.93
%2.91
%53.16

CMYK Percentages of Color #b50cdb

%17
%95
%0
%14

Triadic Colors of #b50cdb

#b50cdb #dbb50c #0cdbb5

Analogous Colors of #b50cdb

#b50cdb #db0c9a #4e0cdb

Monochromatic Colors of #b50cdb

#b50cdb

Complementary Color

#b50cdb #32db0c

#b50cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50cdb Color CSS Codes

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

#b50cdb Text Font Color

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

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


#b50cdb Background Color

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

This div background color is #b50cdb


#b50cdb Border Color

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

This div border color is #b50cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50cdb


Comments

No comments written yet.

Please login to write comment.