Color Hex Logo

#b858db Color Hex

#B858DB
(184,88,219)
0 Favorites   0 Comments

Color spaces of #b858db

RGB 18488219
HSL0.790.650.60
HSV284°60°86°
CMYK 0.160.600.00   0.14
XYZ36.043122.284369.4194
Yxy22.28430.28210.1744
Hunter Lab47.206253.6781-54.1448
CIE-Lab54.327458.7726-50.8814

#b858db color RGB value is (184,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 11011011
Octal 270 130 333
Decimal 184 88 219
Hex B8 58 DB

RGB Percentages of Color #b858db

%37.47
%17.92
%44.60

CMYK Percentages of Color #b858db

%16
%60
%0
%14

Triadic Colors of #b858db

#b858db #dbb858 #58dbb8

Analogous Colors of #b858db

#b858db #db58bd #7758db

Monochromatic Colors of #b858db

#b858db

Complementary Color

#b858db #7bdb58

#b858db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b858db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b858db Color CSS Codes

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

#b858db Text Font Color

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

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


#b858db Background Color

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

This div background color is #b858db


#b858db Border Color

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

This div border color is #b858db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b858db


Comments

No comments written yet.

Please login to write comment.