Color Hex Logo

#b427db Color Hex

#B427DB
(180,39,219)
0 Favorites   0 Comments

Color spaces of #b427db

RGB 18039219
HSL0.800.710.51
HSV287°82°86°
CMYK 0.180.820.00   0.14
XYZ32.334116.268868.4538
Yxy16.26880.27620.1390
Hunter Lab40.334672.5084-72.3897
CIE-Lab47.325276.0884-62.1522

#b427db color RGB value is (180,39,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100111 11011011
Octal 264 47 333
Decimal 180 39 219
Hex B4 27 DB

RGB Percentages of Color #b427db

%41.10
%8.90
%50.00

CMYK Percentages of Color #b427db

%18
%82
%0
%14

Triadic Colors of #b427db

#b427db #dbb427 #27dbb4

Analogous Colors of #b427db

#b427db #db27a8 #5a27db

Monochromatic Colors of #b427db

#b427db

Complementary Color

#b427db #4edb27

#b427db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b427db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b427db Color CSS Codes

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

#b427db Text Font Color

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

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


#b427db Background Color

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

This div background color is #b427db


#b427db Border Color

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

This div border color is #b427db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b427db


Comments

No comments written yet.

Please login to write comment.