Color Hex Logo

#b875db Color Hex

#B875DB
(184,117,219)
0 Favorites   0 Comments

Color spaces of #b875db

RGB 184117219
HSL0.780.590.66
HSV279°47°86°
CMYK 0.160.470.00   0.14
XYZ38.914628.027470.3766
Yxy28.02740.28340.2041
Hunter Lab52.940938.5611-41.7581
CIE-Lab59.913544.0609-42.0377

#b875db color RGB value is (184,117,219).

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

The process color (four color CMYK) of #b875db color hex is 0.16, 0.47, 0.00, 0.14. Web safe color of #b875db is #cc66cc. Color #b875db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110101 11011011
Octal 270 165 333
Decimal 184 117 219
Hex B8 75 DB

RGB Percentages of Color #b875db

%35.38
%22.50
%42.12

CMYK Percentages of Color #b875db

%16
%47
%0
%14

Triadic Colors of #b875db

#b875db #dbb875 #75dbb8

Analogous Colors of #b875db

#b875db #db75cb #8575db

Monochromatic Colors of #b875db

#b875db

Complementary Color

#b875db #98db75

#b875db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b875db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b875db Color CSS Codes

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

#b875db Text Font Color

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

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


#b875db Background Color

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

This div background color is #b875db


#b875db Border Color

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

This div border color is #b875db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b875db


Comments

No comments written yet.

Please login to write comment.