Color Hex Logo

#b353db Color Hex

#B353DB
(179,83,219)
0 Favorites   0 Comments

Color spaces of #b353db

RGB 17983219
HSL0.780.650.59
HSV282°62°86°
CMYK 0.180.620.00   0.14
XYZ34.469820.884769.2322
Yxy20.88470.27670.1676
Hunter Lab45.699854.6619-57.8307
CIE-Lab52.823159.9122-53.3201

#b353db color RGB value is (179,83,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 11011011
Octal 263 123 333
Decimal 179 83 219
Hex B3 53 DB

RGB Percentages of Color #b353db

%37.21
%17.26
%45.53

CMYK Percentages of Color #b353db

%18
%62
%0
%14

Triadic Colors of #b353db

#b353db #dbb353 #53dbb3

Analogous Colors of #b353db

#b353db #db53bf #6f53db

Monochromatic Colors of #b353db

#b353db

Complementary Color

#b353db #7bdb53

#b353db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b353db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b353db Color CSS Codes

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

#b353db Text Font Color

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

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


#b353db Background Color

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

This div background color is #b353db


#b353db Border Color

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

This div border color is #b353db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b353db


Comments

No comments written yet.

Please login to write comment.