Color Hex Logo

#b142db Color Hex

#B142DB
(177,66,219)
0 Favorites   0 Comments

Color spaces of #b142db

RGB 17766219
HSL0.790.680.56
HSV284°70°86°
CMYK 0.190.700.00   0.14
XYZ32.865918.358068.8291
Yxy18.35800.27380.1529
Hunter Lab42.846261.9404-65.2523
CIE-Lab49.927566.7748-57.9781

#b142db color RGB value is (177,66,219).

#b142db hex color red value is 177, green value is 66 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b142db hue: 0.79 , saturation: 0.68 and the lightness value of b142db is 0.56.

The process color (four color CMYK) of #b142db color hex is 0.19, 0.70, 0.00, 0.14. Web safe color of #b142db is #9933cc. Color #b142db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000010 11011011
Octal 261 102 333
Decimal 177 66 219
Hex B1 42 DB

RGB Percentages of Color #b142db

%38.31
%14.29
%47.40

CMYK Percentages of Color #b142db

%19
%70
%0
%14

Triadic Colors of #b142db

#b142db #dbb142 #42dbb1

Analogous Colors of #b142db

#b142db #db42b9 #6542db

Monochromatic Colors of #b142db

#b142db

Complementary Color

#b142db #6cdb42

#b142db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b142db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b142db Color CSS Codes

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

#b142db Text Font Color

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

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


#b142db Background Color

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

This div background color is #b142db


#b142db Border Color

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

This div border color is #b142db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b142db


Comments

No comments written yet.

Please login to write comment.