Color Hex Logo

#b72cdb Color Hex

#B72CDB
(183,44,219)
0 Favorites   0 Comments

Color spaces of #b72cdb

RGB 18344219
HSL0.800.710.52
HSV288°80°86°
CMYK 0.160.800.00   0.14
XYZ33.215316.983168.5453
Yxy16.98310.27970.1430
Hunter Lab41.210671.7508-69.7694
CIE-Lab48.238775.2931-60.6534

#b72cdb color RGB value is (183,44,219).

#b72cdb hex color red value is 183, green value is 44 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b72cdb hue: 0.80 , saturation: 0.71 and the lightness value of b72cdb is 0.52.

The process color (four color CMYK) of #b72cdb color hex is 0.16, 0.80, 0.00, 0.14. Web safe color of #b72cdb is #cc33cc. Color #b72cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101100 11011011
Octal 267 54 333
Decimal 183 44 219
Hex B7 2C DB

RGB Percentages of Color #b72cdb

%41.03
%9.87
%49.10

CMYK Percentages of Color #b72cdb

%16
%80
%0
%14

Triadic Colors of #b72cdb

#b72cdb #dbb72c #2cdbb7

Analogous Colors of #b72cdb

#b72cdb #db2ca8 #5f2cdb

Monochromatic Colors of #b72cdb

#b72cdb

Complementary Color

#b72cdb #50db2c

#b72cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72cdb Color CSS Codes

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

#b72cdb Text Font Color

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

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


#b72cdb Background Color

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

This div background color is #b72cdb


#b72cdb Border Color

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

This div border color is #b72cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72cdb


Comments

No comments written yet.

Please login to write comment.