Color Hex Logo

#b85de5 Color Hex

#B85DE5
(184,93,229)
0 Favorites   0 Comments

Color spaces of #b85de5

RGB 18493229
HSL0.780.720.63
HSV280°59°90°
CMYK 0.200.590.00   0.10
XYZ37.824423.676276.7051
Yxy23.67620.27370.1713
Hunter Lab48.658253.6050-59.4044
CIE-Lab55.762158.4546-54.2304

#b85de5 color RGB value is (184,93,229).

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

The process color (four color CMYK) of #b85de5 color hex is 0.20, 0.59, 0.00, 0.10. Web safe color of #b85de5 is #cc66cc. Color #b85de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011101 11100101
Octal 270 135 345
Decimal 184 93 229
Hex B8 5D E5

RGB Percentages of Color #b85de5

%36.36
%18.38
%45.26

CMYK Percentages of Color #b85de5

%20
%59
%0
%10

Triadic Colors of #b85de5

#b85de5 #e5b85d #5de5b8

Analogous Colors of #b85de5

#b85de5 #e55dce #745de5

Monochromatic Colors of #b85de5

#b85de5

Complementary Color

#b85de5 #8ae55d

#b85de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85de5 Color CSS Codes

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

#b85de5 Text Font Color

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

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


#b85de5 Background Color

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

This div background color is #b85de5


#b85de5 Border Color

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

This div border color is #b85de5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85de5


Comments

No comments written yet.

Please login to write comment.