Color Hex Logo

#b59ffc Color Hex

#B59FFC
(181,159,252)
0 Favorites   0 Comments

Color spaces of #b59ffc

RGB 181159252
HSL0.710.940.81
HSV254°37°99°
CMYK 0.280.370.00   0.01
XYZ49.024941.648397.5505
Yxy41.64830.26050.2213
Hunter Lab64.535522.6618-44.4467
CIE-Lab70.627827.5907-43.4475

#b59ffc color RGB value is (181,159,252).

#b59ffc hex color red value is 181, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b59ffc hue: 0.71 , saturation: 0.94 and the lightness value of b59ffc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011111 11111100
Octal 265 237 374
Decimal 181 159 252
Hex B5 9F FC

RGB Percentages of Color #b59ffc

%30.57
%26.86
%42.57

CMYK Percentages of Color #b59ffc

%28
%37
%0
%1

Triadic Colors of #b59ffc

#b59ffc #fcb59f #9ffcb5

Analogous Colors of #b59ffc

#b59ffc #e49ffc #9fb8fc

Monochromatic Colors of #b59ffc

#b59ffc

Complementary Color

#b59ffc #e6fc9f

#b59ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59ffc Color CSS Codes

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

#b59ffc Text Font Color

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

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


#b59ffc Background Color

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

This div background color is #b59ffc


#b59ffc Border Color

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

This div border color is #b59ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59ffc


Comments

No comments written yet.

Please login to write comment.