Color Hex Logo

#b85deb Color Hex

#B85DEB
(184,93,235)
0 Favorites   0 Comments

Color spaces of #b85deb

RGB 18493235
HSL0.770.780.64
HSV278°60°92°
CMYK 0.220.600.00   0.08
XYZ38.676924.017281.1945
Yxy24.01720.26880.1669
Hunter Lab49.007355.1104-63.9255
CIE-Lab56.105059.7192-57.0455

#b85deb color RGB value is (184,93,235).

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

The process color (four color CMYK) of #b85deb color hex is 0.22, 0.60, 0.00, 0.08. Web safe color of #b85deb is #cc66ff. Color #b85deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011101 11101011
Octal 270 135 353
Decimal 184 93 235
Hex B8 5D EB

RGB Percentages of Color #b85deb

%35.94
%18.16
%45.90

CMYK Percentages of Color #b85deb

%22
%60
%0
%8

Triadic Colors of #b85deb

#b85deb #ebb85d #5debb8

Analogous Colors of #b85deb

#b85deb #eb5dd7 #715deb

Monochromatic Colors of #b85deb

#b85deb

Complementary Color

#b85deb #90eb5d

#b85deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85deb Color CSS Codes

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

#b85deb Text Font Color

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

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


#b85deb Background Color

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

This div background color is #b85deb


#b85deb Border Color

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

This div border color is #b85deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,93,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b85deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85deb


Comments

No comments written yet.

Please login to write comment.