Color Hex Logo

#b354db Color Hex

#B354DB
(179,84,219)
0 Favorites   0 Comments

Color spaces of #b354db

RGB 17984219
HSL0.780.650.59
HSV282°62°86°
CMYK 0.180.620.00   0.14
XYZ34.546921.038869.2579
Yxy21.03880.27670.1685
Hunter Lab45.868154.1734-57.4165
CIE-Lab52.991959.4500-53.0502

#b354db color RGB value is (179,84,219).

#b354db hex color red value is 179, green value is 84 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b354db hue: 0.78 , saturation: 0.65 and the lightness value of b354db is 0.59.

The process color (four color CMYK) of #b354db color hex is 0.18, 0.62, 0.00, 0.14. Web safe color of #b354db is #cc66cc. Color #b354db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010100 11011011
Octal 263 124 333
Decimal 179 84 219
Hex B3 54 DB

RGB Percentages of Color #b354db

%37.14
%17.43
%45.44

CMYK Percentages of Color #b354db

%18
%62
%0
%14

Triadic Colors of #b354db

#b354db #dbb354 #54dbb3

Analogous Colors of #b354db

#b354db #db54c0 #7054db

Monochromatic Colors of #b354db

#b354db

Complementary Color

#b354db #7cdb54

#b354db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b354db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b354db Color CSS Codes

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

#b354db Text Font Color

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

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


#b354db Background Color

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

This div background color is #b354db


#b354db Border Color

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

This div border color is #b354db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b354db


Comments

No comments written yet.

Please login to write comment.