Color Hex Logo

#b585fd Color Hex

#B585FD
(181,133,253)
0 Favorites   0 Comments

Color spaces of #b585fd

RGB 181133253
HSL0.730.970.76
HSV264°47°99°
CMYK 0.280.470.00   0.01
XYZ45.173233.690797.0506
Yxy33.69070.25680.1915
Hunter Lab58.043737.3433-58.5039
CIE-Lab64.716342.2820-53.3097

#b585fd color RGB value is (181,133,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000101 11111101
Octal 265 205 375
Decimal 181 133 253
Hex B5 85 FD

RGB Percentages of Color #b585fd

%31.92
%23.46
%44.62

CMYK Percentages of Color #b585fd

%28
%47
%0
%1

Triadic Colors of #b585fd

#b585fd #fdb585 #85fdb5

Analogous Colors of #b585fd

#b585fd #f185fd #8591fd

Monochromatic Colors of #b585fd

#b585fd

Complementary Color

#b585fd #cdfd85

#b585fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b585fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b585fd Color CSS Codes

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

#b585fd Text Font Color

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

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


#b585fd Background Color

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

This div background color is #b585fd


#b585fd Border Color

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

This div border color is #b585fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b585fd


Comments

No comments written yet.

Please login to write comment.