Color Hex Logo

#b430db Color Hex

#B430DB
(180,48,219)
0 Favorites   0 Comments

Color spaces of #b430db

RGB 18048219
HSL0.800.700.52
HSV286°78°86°
CMYK 0.180.780.00   0.14
XYZ32.665516.931768.5643
Yxy16.93170.27640.1433
Hunter Lab41.148169.6932-69.9900
CIE-Lab48.173973.6188-60.7811

#b430db color RGB value is (180,48,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 11011011
Octal 264 60 333
Decimal 180 48 219
Hex B4 30 DB

RGB Percentages of Color #b430db

%40.27
%10.74
%48.99

CMYK Percentages of Color #b430db

%18
%78
%0
%14

Triadic Colors of #b430db

#b430db #dbb430 #30dbb4

Analogous Colors of #b430db

#b430db #db30ad #5e30db

Monochromatic Colors of #b430db

#b430db

Complementary Color

#b430db #57db30

#b430db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b430db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b430db Color CSS Codes

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

#b430db Text Font Color

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

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


#b430db Background Color

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

This div background color is #b430db


#b430db Border Color

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

This div border color is #b430db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b430db


Comments

No comments written yet.

Please login to write comment.