Color Hex Logo

#b730db Color Hex

#B730DB
(183,48,219)
0 Favorites   0 Comments

Color spaces of #b730db

RGB 18348219
HSL0.800.700.52
HSV287°78°86°
CMYK 0.160.780.00   0.14
XYZ33.371617.295768.5974
Yxy17.29570.27980.1450
Hunter Lab41.588170.4548-68.6841
CIE-Lab48.630574.1562-60.0214

#b730db color RGB value is (183,48,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110000 11011011
Octal 267 60 333
Decimal 183 48 219
Hex B7 30 DB

RGB Percentages of Color #b730db

%40.67
%10.67
%48.67

CMYK Percentages of Color #b730db

%16
%78
%0
%14

Triadic Colors of #b730db

#b730db #dbb730 #30dbb7

Analogous Colors of #b730db

#b730db #db30aa #6230db

Monochromatic Colors of #b730db

#b730db

Complementary Color

#b730db #54db30

#b730db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b730db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b730db Color CSS Codes

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

#b730db Text Font Color

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

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


#b730db Background Color

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

This div background color is #b730db


#b730db Border Color

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

This div border color is #b730db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b730db


Comments

No comments written yet.

Please login to write comment.