Color Hex Logo

#b585fb Color Hex

#B585FB
(181,133,251)
0 Favorites   0 Comments

Color spaces of #b585fb

RGB 181133251
HSL0.730.940.75
HSV264°47°98°
CMYK 0.280.470.00   0.02
XYZ44.856233.563895.3811
Yxy33.56380.25810.1931
Hunter Lab57.934336.8205-57.0591
CIE-Lab64.614841.8045-52.3746

#b585fb color RGB value is (181,133,251).

#b585fb hex color red value is 181, green value is 133 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b585fb hue: 0.73 , saturation: 0.94 and the lightness value of b585fb is 0.75.

The process color (four color CMYK) of #b585fb color hex is 0.28, 0.47, 0.00, 0.02. Web safe color of #b585fb is #cc99ff. Color #b585fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000101 11111011
Octal 265 205 373
Decimal 181 133 251
Hex B5 85 FB

RGB Percentages of Color #b585fb

%32.04
%23.54
%44.42

CMYK Percentages of Color #b585fb

%28
%47
%0
%2

Triadic Colors of #b585fb

#b585fb #fbb585 #85fbb5

Analogous Colors of #b585fb

#b585fb #f085fb #8590fb

Monochromatic Colors of #b585fb

#b585fb

Complementary Color

#b585fb #cbfb85

#b585fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b585fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b585fb Color CSS Codes

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

#b585fb Text Font Color

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

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


#b585fb Background Color

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

This div background color is #b585fb


#b585fb Border Color

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

This div border color is #b585fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,133,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b585fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b585fb;
  -webkit-box-shadow: 1px 1px 3px 2px #b585fb;
  box-shadow:         1px 1px 3px 2px #b585fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,133,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b585fb


Comments

No comments written yet.

Please login to write comment.