Color Hex Logo

#b59cfd Color Hex

#B59CFD
(181,156,253)
0 Favorites   0 Comments

Color spaces of #b59cfd

RGB 181156253
HSL0.710.960.80
HSV255°38°99°
CMYK 0.280.380.00   0.01
XYZ48.674140.692598.2175
Yxy40.69250.25950.2169
Hunter Lab63.790724.5669-46.6344
CIE-Lab69.959929.5105-45.0373

#b59cfd color RGB value is (181,156,253).

#b59cfd hex color red value is 181, green value is 156 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b59cfd hue: 0.71 , saturation: 0.96 and the lightness value of b59cfd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011100 11111101
Octal 265 234 375
Decimal 181 156 253
Hex B5 9C FD

RGB Percentages of Color #b59cfd

%30.68
%26.44
%42.88

CMYK Percentages of Color #b59cfd

%28
%38
%0
%1

Triadic Colors of #b59cfd

#b59cfd #fdb59c #9cfdb5

Analogous Colors of #b59cfd

#b59cfd #e69cfd #9cb4fd

Monochromatic Colors of #b59cfd

#b59cfd

Complementary Color

#b59cfd #e4fd9c

#b59cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59cfd Color CSS Codes

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

#b59cfd Text Font Color

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

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


#b59cfd Background Color

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

This div background color is #b59cfd


#b59cfd Border Color

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

This div border color is #b59cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,156,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 #b59cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59cfd


Comments

No comments written yet.

Please login to write comment.