Color Hex Logo

#b138db Color Hex

#B138DB
(177,56,219)
0 Favorites   0 Comments

Color spaces of #b138db

RGB 17756219
HSL0.790.690.54
HSV285°74°86°
CMYK 0.190.740.00   0.14
XYZ32.331817.289968.6510
Yxy17.28990.27340.1462
Hunter Lab41.581166.0274-68.7818
CIE-Lab48.623370.4850-60.0785

#b138db color RGB value is (177,56,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111000 11011011
Octal 261 70 333
Decimal 177 56 219
Hex B1 38 DB

RGB Percentages of Color #b138db

%39.16
%12.39
%48.45

CMYK Percentages of Color #b138db

%19
%74
%0
%14

Triadic Colors of #b138db

#b138db #dbb138 #38dbb1

Analogous Colors of #b138db

#b138db #db38b4 #6038db

Monochromatic Colors of #b138db

#b138db

Complementary Color

#b138db #62db38

#b138db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b138db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b138db Color CSS Codes

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

#b138db Text Font Color

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

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


#b138db Background Color

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

This div background color is #b138db


#b138db Border Color

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

This div border color is #b138db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b138db


Comments

No comments written yet.

Please login to write comment.