Color Hex Logo

#b85ddb Color Hex

#B85DDB
(184,93,219)
0 Favorites   0 Comments

Color spaces of #b85ddb

RGB 18493219
HSL0.790.640.61
HSV283°58°86°
CMYK 0.160.580.00   0.14
XYZ36.467723.133569.5610
Yxy23.13350.28230.1791
Hunter Lab48.097351.1697-52.0804
CIE-Lab55.209656.3855-49.4772

#b85ddb color RGB value is (184,93,219).

#b85ddb hex color red value is 184, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b85ddb hue: 0.79 , saturation: 0.64 and the lightness value of b85ddb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011101 11011011
Octal 270 135 333
Decimal 184 93 219
Hex B8 5D DB

RGB Percentages of Color #b85ddb

%37.10
%18.75
%44.15

CMYK Percentages of Color #b85ddb

%16
%58
%0
%14

Triadic Colors of #b85ddb

#b85ddb #dbb85d #5ddbb8

Analogous Colors of #b85ddb

#b85ddb #db5dbf #795ddb

Monochromatic Colors of #b85ddb

#b85ddb

Complementary Color

#b85ddb #80db5d

#b85ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85ddb Color CSS Codes

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

#b85ddb Text Font Color

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

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


#b85ddb Background Color

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

This div background color is #b85ddb


#b85ddb Border Color

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

This div border color is #b85ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85ddb


Comments

No comments written yet.

Please login to write comment.