color codes Logo

#b938db color codes

#B938DB
(185,56,219)
0 Favorites   0 Comments

Color spaces of #b938db

RGB 18556219
HSL0.800.690.54
HSV287°74°86°
CMYK 0.160.740.00   0.14
XYZ34.207918.257168.7388
Yxy18.25710.28220.1506
Hunter Lab42.728368.1309-65.4724
CIE-Lab49.806572.0095-58.1116

#b938db color RGB value is (185,56,219).

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

The process color (four color CMYK) of #b938db color code is 0.16, 0.74, 0.00, 0.14. Web safe color of #b938db is #cc33cc. Color #b938db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111000 11011011
Octal 271 70 333
Decimal 185 56 219
Hex B9 38 DB

RGB Percentages of Color #b938db

%40.22
%12.17
%47.61

CMYK Percentages of Color #b938db

%16
%74
%0
%14

Triadic Colors of #b938db

#b938db #dbb938 #38dbb9

Analogous Colors of #b938db

#b938db #db38ac #6838db

Monochromatic Colors of #b938db

#b938db

Complementary Color

#b938db #5adb38

#b938db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b938db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b938db Color CSS Codes

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

#b938db Text Font Color

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

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


#b938db Background Color

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

This div background color is #b938db


#b938db Border Color

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

This div border color is #b938db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b938db


Comments

No comments written yet.

Please login to write comment.